rhummelmose / BluetoothKit

Easily communicate between iOS/OSX devices using BLE
Other
2.27k stars 267 forks source link

Warning for CBPeripheral delegate re: didModifyServices #68

Open hrushka opened 7 years ago

hrushka commented 7 years ago

I'm getting a CoreBluetooth warning:

[CoreBluetooth] WARNING: The delegate for <CBPeripheral: 0x1740ede00, identifier = 11897F77-4927-47DC-BDE6-B4F9707530C5, name = iPhone, state = connected> does not implement -[peripheral:didModifyServices:]

Looks like it just needs an implementation in the BKCBPeripheralDelegateProxy

rhummelmose commented 7 years ago

Thanks for this information. I will implement this.