BLE_DD_CharInfo_T
C
typedef struct BLE_DD_CharInfo_T { uint16_t charHandle; uint8_t property; uint16_t attrHandle; } BLE_DD_CharInfo_T;
Description
Structure for information about a specific BLE characteristic.
Field Documentation
Field | Description |
---|---|
charHandle | Handle of the characteristic. |
property | Properties of the characteristic. Relevant when the characteristic type is a characteristic declaration. |
attrHandle | Attribute handle associated with the characteristic. |