Hi,
Our device is built with nRF52840 and SDK 17.0.2 and support Numeric Comparison pairing in HID mode.
Our device is trying to connect to Android device which has bluetooth version 4.2.
Pairing with the Android device is completed, but our device is disconnected from Android device about 30 seconds.
The disconnected reason is 0x16(BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION).
Android device connection parameter is as below.
- min_connection_interval : 0x27
- max_connection_interval: 0x39
- slave_latency: 0
- connection supervision timeout: 500
Would you please advise how to resolve this issue?
I changed MTU size to 23 from 257, but the problem is not resolved.