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

BLE disconnect every 30sec depending of the PC since Windows update

Our BLE HID mouse devices has work well during several months and since some windows update, on some PC, the BLE is disconencted every 30 sec.

We received a BLE_GAP_EVT_DISCONNECTED from the host.

Then we re advertize and reconnect in loop.

Only at the first pairing, we have no disconnection:

We are using SDK 15.2.

No issue with Nrf Connect on an Android Smartphone 

Regards,

  Sebastien

Parents Reply
  • 0> <info> peer_manager_handler: Connection secured: role: Peripheral, conn_handle: 0, procedure: Encryption
    0> <info> app: PM_EVT_PEER_DATA_UPDATE_SUCCEEDED
    0> <info> app: BLE_GATTS_EVT Not Implemented ID: 26
    0> <info> nrf_ble_gatt: BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST
    0> <debug> nrf_ble_gatt: Peer on connection 0x0 requested an ATT MTU of 527 bytes.
    0> <debug> nrf_ble_gatt: Updating ATT MTU to 32 bytes (desired: 32) on connection 0x0.
    0> <info> app: BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST
    0> <info> nrf_ble_gatt: BLE_GATTC_EVT_EXCHANGE_MTU_RSP
    0> <info> nrf_ble_gatt: ATT MTU updated to 32 bytes on connection 0x0 (response).

Children
No Data
Related