Hi, I am developing a modification of ble_app_hids_keyboard' example using SDK 17.4 Ver of nrf52.
The BLE behavior I want is pairing without bonding, and I found this: peer manager using
After modifying the peer_manager as above, it works fine on Android, but it works abnormally on iOS and Windows 10.
On iOS, I can connect to the device, but I can only disconnect by turning off Bluetooth on the device or iOS.
On Windows 10, after connecting to the device, a 'driver error' is displayed and it does not work properly.
How should we approach the above issues?