BLE_SCM_EvtBondedCharInfo_T
C
typedef struct BLE_SCM_EvtBondedCharInfo_T { uint16_t connHandle; BLE_DD_CharInfo_T charInfo[BLE_SCM_GATT_DISC_CHAR_NUM]; } BLE_SCM_EvtBondedCharInfo_T;
Description
Structure for BLE_SCM_EVT_BONDED_CHAR_INFO event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
charInfo | Array of characteristic information for the bonded remote peer's GATT service. See BLE_DD_CharInfo_T. |