LGATTUUID& operator =( uint16_t uuid );
LGATTUUID& operator =( uint16_t uuid );
This function represents an overloaded assignment operators to allow initialization of LGATTUUID objects from 16-bit Bluetooth UUIDs.
|
Parameters |
Description |
|
uint16_t uuid |
The 16-bit UUID in Bluetooth specifications, for example, 0x1810 for blood Pressure Service. Please see https://www.bluetooth.org/en-us/specification/assigned-numbers for assigned 16-bit UUIDs. |
LGATTUUID bloodPressureUUID; customUUID = 0x1810;
LGATTUUID.h