BluetoothKit icon indicating copy to clipboard operation
BluetoothKit copied to clipboard

Easily communicate between iOS/OSX devices using BLE

Results 42 BluetoothKit issues
Sort by recently updated
recently updated
newest added

- It's now also possible to simply pause a BKPeripheral instance, keeping the info about all the connected BKCentrals. - It's now possible to look for multiple BKCharacteristic associated with...

Dear creator Thank you for making BluetoothKit framework, it's help me a lot the library is work beautifully, but i have one question, how to stop scanning? im already success...

I run the BkExample in Peripheral Role. When in forgound mode,In works Ok,Advertising Service UUIDs but when App in background mode, Advertising broadcast without Service UUIDs. Thanks!

`CoreBluetooth` is available since `WatchOS` 4.0. Are there any plans to support it?

instead of configuration with NSUUID 128 bit (example : "**6E6B5C64-FAF7-40AE-9C21-**D4933AF45B23"), i want to set up with CBUUID like "**0xCBBB**" but the Central scanning interrupted many times. and can not sending...

``` let configuration = BKConfiguration(dataServiceUUID: serviceUUID, dataServiceCharacteristicUUID: characteristicUUID) try central.startWithConfiguration(configuration) ``` configuration Cannot be nil ? scan result = nil

it is very nice bug it do not for swift 4.2 can you adapt it

Is this library suitable for modbus protocol communication with iOS devices and some meter devices? thanks