1.2.2.3.2.1.3.1 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
Data structure for BLE_ANPC_GetCharList function.
Field Documentation
| Field | Description |
|---|---|
| attrHandle | Attribute handle. |
| property | Property. |
| charHandle | Characteristic handle. |
