This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Hids_keyboard example is resting when device disconnected

For testing direct advertising i used sdkv10 keyboard example, but when im disconnected device form nrf connect manually its resetting.  I debug code found that in BLE_ADV_EVT_PEER_ADDR_REQUEST function dm_peer_addr_get return the error code 0x8005

1. Why this this function getting error ?

So i remove this function and load peer address manually to this ble_advertising_peer_addr_reply function now its working, but it frequently disconnecting and reconnect . Disconnecting error is Error 8(0x08): GATT CONN TIMEOUT ?

2. This this timeout error is coming ?

Parents Reply Children
No Data
Related