BLE_PXPM_DescInfo_T
C
typedef struct BLE_PXPM_DescInfo_T
{
    uint16_t        attrHandle;
    uint16_t        uuid;
} BLE_PXPM_DescInfo_T;Description
Descriptor information.
Field Documentation
| Field | Description | 
|---|---|
| attrHandle | Attribute handle of the descriptor. | 
| uuid | UUID of the descriptor. | 
