BLE_ANPC_CharList_T
C
typedef struct BLE_ANPC_CharList_T { uint16_t attrHandle; uint8_t property; uint16_t charHandle; }BLE_ANPC_CharList_T;
Description
Structure representing the characteristic list.
Field Documentation
Field | Description |
---|---|
attrHandle | Attribute handle of the characteristic. |
property | Properties of the characteristic. Refer to Characteristic properties for possible values. |
charHandle | Handle of the characteristic. |