BLE_PXPM_CharList_T
C
typedef struct BLE_PXPM_CharList_T
{
uint16_t attrHandle;
uint8_t property;
uint16_t charHandle;
} BLE_PXPM_CharList_T;Description
Structure representing a characteristic list.
Field Documentation
| Field | Description |
|---|---|
| attrHandle | Handle of the attribute. |
| property | Properties of the characteristic. |
| charHandle | Handle of the characteristic. |
