Soletta™ Framework
|
Representation of a Bluetooth UUID. More...
#include <sol-bluetooth.h>
Data Fields | |
union { | |
uint8_t val [0] | |
uint8_t val128 [16] | |
uint16_t val16 | |
uint32_t val32 | |
}; | |
enum sol_bt_uuid_type | type |
Representation of a Bluetooth UUID.
In Bluetooth, a UUID represents the type of an entity, for example, if a service is encountered in a remote device with the 16-bit UUID '0x111F', that service is a "HandsfreeAudioGateway".
union { ... } |
enum sol_bt_uuid_type sol_bt_uuid::type |
uint8_t sol_bt_uuid::val[0] |
uint8_t sol_bt_uuid::val128[16] |
uint16_t sol_bt_uuid::val16 |
uint32_t sol_bt_uuid::val32 |