GATTC_DiscoverCharacteristicByUuidParams_T

C

typedef struct GATTC_DiscoverCharacteristicByUuidParams_T
{
    uint16_t     startHandle;
    uint16_t     endHandle;
    uint8_t      uuidLength;
    uint8_t      uuid[ATT_MAX_UUID_SIZE];
}   GATTC_DiscoverCharacteristicByUuidParams_T;

Description

Structure for discovering characteristics by UUID.

Field Documentation

FieldDescription
startHandleStarting handle for the characteristic discovery range.
endHandleEnding handle for the characteristic discovery range.
uuidLengthLength of the characteristic UUID.
uuidCharacteristic UUID to discover, in little-endian format.