BLE_DD_CharList_T
C
typedef struct BLE_DD_CharList_T { uint16_t connHandle; BLE_DD_CharInfo_T *p_charInfo; } BLE_DD_CharList_T;
Description
Structure for a list of characteristics associated with a BLE connection.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
p_charInfo | Pointer to an array of characteristic information structures. See BLE_DD_CharInfo_T. |