otPlatBleUuidValue
#include <ble.h>
This structure represents BLE UUID value.
Summary
Public attributes |
|
---|---|
mUuid128
|
uint8_t *
A pointer to 128-bit UUID value.
|
mUuid16
|
uint16_t
A 16-bit UUID value.
|
mUuid32
|
uint32_t
A 32-bit UUID value.
|
Public attributes
mUuid128
uint8_t * mUuid128
A pointer to 128-bit UUID value.
mUuid16
uint16_t mUuid16
A 16-bit UUID value.
mUuid32
uint32_t mUuid32
A 32-bit UUID value.