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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
reasonThe reason for disconnection. See Disconnect reason.