1.1.2.1.1.3.20 BLE_GAP_EvtDisconnect_T
C
typedef struct BLE_GAP_EvtDisconnect_T { uint16_t connHandle; uint8_t reason; } BLE_GAP_EvtDisconnect_T;
Description
Data structure for BLE_GAP_EVT_DISCONNECTED event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
reason | The reason for disconnection. See Disconnect reason. |