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

FieldDescription
p_uuidPointer to the UUID of the characteristic. See ATT_Uuid_T.
settingsSettings for characteristic discovery. See Characteristic setting for valid value.