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
Field | Description |
---|---|
startHandle | Starting handle for the characteristic discovery range. |
endHandle | Ending handle for the characteristic discovery range. |
uuidLength | Length of the characteristic UUID. |
uuid | Characteristic UUID to discover, in little-endian format. |