Describe the bug
Using RxBluetoothkit, read or write to a Characteristic leads to immediate disconnect.
Read/Write action is possible on the same device when directly using Apple CoreBluetooth.
To Reproduce
Using sample code:
I use the example sequence on to of the Readme
Describe the bug Using RxBluetoothkit,
read
orwrite
to a Characteristic leads to immediate disconnect. Read/Write action is possible on the same device when directly using Apple CoreBluetooth.To Reproduce
Using sample code: I use the example sequence on to of the Readme
Using Example App: I encounter the same disconnect behaviour on read/write value.
Expected behavior
readValue(...)
andwriteValue(...)
on Characteristic should be possible.Environment: