Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
ble_uuid_t Struct Reference
[Structures]
Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs. More...
#include <ble_types.h>
Data Fields | |
uint16_t | uuid |
16-bit UUID value or octets 12-13 of 128-bit UUID. | |
uint8_t | type |
UUID type, see Types of UUID. |
Detailed Description
Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs.
Definition at line 185 of file ble_types.h.
Field Documentation
uint8_t type |
UUID type, see Types of UUID.
If type is BLE_UUID_TYPE_UNKNOWN, the value of uuid is undefined.
Definition at line 188 of file ble_types.h.
uint16_t uuid |
16-bit UUID value or octets 12-13 of 128-bit UUID.
Definition at line 187 of file ble_types.h.
Generated on Tue Jul 12 2022 14:11:24 by
