Aizudev

Results 4 comments of Aizudev

Thank you, that would be much appreciated! I tested it with your example [code ](https://github.com/h2zero/NimBLE-Arduino/blob/release/1.4/examples/NimBLE_Server/NimBLE_Server.ino) for the BLE server, and modified the setup to look like this: ``` // 1....

Fixed it by enforcing encryption on connect: ``` int b = NimBLEDevice::startSecurity(desc->conn_handle); ``` It works for now. 2 other issues that came up: Enabling bonding disconnects automatically and does not...

hi @h2zero , any idea on what might be causing this or how to debug this? ``` NimBLEDevice::setSecurityAuth(true, false true); ``` Setting this seems to enable bonding, but my iOS...

Did all of that but didn't work. I'm enforcing encryption on connect, and using iOS 17.2.1