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.
charInfoArray of characteristic information for the bonded remote peer's GATT service. See BLE_DD_CharInfo_T.