BLE_DD_DiscChar_T
C
typedef struct BLE_DD_DiscChar_T
{
ATT_Uuid_T const *p_uuid;
uint8_t settings;
} BLE_DD_DiscChar_T;Description
Structure for the characteristic information used during the discovery process.
Field Documentation
| Field | Description |
|---|---|
| p_uuid | Pointer to the UUID of the characteristic. See ATT_Uuid_T. |
| settings | Settings for characteristic discovery. See Characteristic setting for valid value. |
