Hello.
I have 3 peripherals connected to 1 central.
The BLE_GAP_EVT_TIMEOUT event occurs in Central.
Occurrence timing is random, p_ble_evt->evt.gap_evt.params.timeout.src is 0x03. This shows BLE_GAP_TIMEOUT_SRC_AUTH_PAYLOAD, but I'm not sure why it happens. BLE_GATT_OP_SIGN_WRITE_CMD is not used.
I would like to know what causes this timeout and how to handle it.
Thank you.