1.2.2.2.4.3.4 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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
charInfoCharacteristic information of GATT service of this bonded remote peer.