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

Possible reasons for disconnect reason 0x8

Central info
   SDK: 15.3
   nRF52840

Peripheral info
   SDK: 13.1
   nRF52832

Number of connected devices
Central 1: Peripheral 15


Connect these devices and leave them alone.
If communication is performed regularly, BLE communication may be unexpectedly disconnected.
(Communication with one of the pheripherals is disconnected.)

Disconnect reason is 0x8 (BLE_HCI_CONNECTION_TIMEOUT).
Why does this disconnect reason occur?

Is it possible to get a list of possible causes?

Parents Reply
  • The following settings are used in all Peripherals.
    #define MIN_CONN_INTERVAL MSEC_TO_UNITS (50, UNIT_1_25_MS)
    #define MAX_CONN_INTERVAL MSEC_TO_UNITS (65, UNIT_1_25_MS)
    #define SLAVE_LATENCY 3
    #define CONN_SUP_TIMEOUT MSEC_TO_UNITS (4000, UNIT_10_MS)

    The following settings are used in Central.
    #define NRF_BLE_SCAN_MIN_CONNECTION_INTERVAL 7.5
    #define NRF_BLE_SCAN_MAX_CONNECTION_INTERVAL 30

    Isn't this setting enough?

Children
No Data
Related