Ryan Powell
Ryan Powell
@Berg0162 are you still experiencing this?
No idea why this would be a problem for you, hopefully someone who is more familiar with android can assist.
The basic required services are automatically created by the stack, no need to define them yourself.
They show in nrfConnect on android but not iOS. iOS automatically subscribes to the service changed characteristic.
That is all handled by the stack at a lower level, not presented to the app code. With full debug logging turned on you can see iOS subscribe to it....
You won't see anything for the most part, all you'll see is a log message from the NimBLE core that shows iOS subscribed to a handle. As far as changing...
Yes I've wanted to do some cleanup as the code is based on a pretty old library now. I just haven't had time or any real need for it.
I'm not opposed to modernizing this in the future, it's just that the codebase is shared with Arduino so it would break a lot of projects with using any of...
Please try again with only setting bond flag: `NimBLEDevice::setSecurityAuth(BLE_SM_PAIR_AUTHREQ_BOND);`
Closing as there has been no response.