1.2.2.1.2.3.22 GATTC_DiscoverPrimaryServiceByUuidParams_T

C

typedef struct GATTC_DiscoverPrimaryServiceByUuidParams_T
{
    uint16_t     startHandle;
    uint16_t     endHandle;
    uint8_t      valueLength;
    uint8_t      value[ATT_MAX_UUID_SIZE];
}   GATTC_DiscoverPrimaryServiceByUuidParams_T;

Description

GATT Discover Primary Service By UUID parameters.

Field Documentation

FieldDescription
startHandleStart handle for querying the service by UUID.
endHandleEnd handle for querying the service by UUID.
valueLengthlength of UUID in bytes. Should be set to 2 for 16-bit UUID and 16 for 128 bit UUID.
valueUUID of particular primary service to be discovered. The format of UUID is little endian.