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.
BLEProtocol Namespace Reference
[Common]
Common namespace for types and constants used everywhere in BLE API. More...
Data Structures | |
struct | AddressType |
Container for the enumeration of BLE address types. More... | |
struct | Address_t |
BLE address representation. More... | |
Typedefs | |
typedef AddressType::Type | AddressType_t |
Alias for AddressType::Type. | |
typedef uint8_t | AddressBytes_t [ADDR_LEN] |
48-bit address, in LSB format. | |
Variables | |
static const size_t | ADDR_LEN = 6 |
Length (in octets) of the BLE MAC address. |
Detailed Description
Common namespace for types and constants used everywhere in BLE API.
Typedef Documentation
typedef uint8_t AddressBytes_t[ADDR_LEN] |
48-bit address, in LSB format.
Definition at line 92 of file BLEProtocol.h.
typedef AddressType::Type AddressType_t |
Alias for AddressType::Type.
Definition at line 82 of file BLEProtocol.h.
Variable Documentation
const size_t ADDR_LEN = 6 [static] |
Length (in octets) of the BLE MAC address.
Definition at line 87 of file BLEProtocol.h.
Generated on Tue Jul 12 2022 14:27:01 by
