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
Data structure for BLE_SCM_EVT_BONDED_CHAR_INFO event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| charInfo | Characteristic information of GATT service of this bonded remote peer. | 
