High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Embed: (wiki syntax)

« Back to documentation index

BLEProtocol Namespace Reference

BLEProtocol Namespace Reference

A common namespace for types and constants used everywhere in BLE API. More...

Data Structures

struct  AddressType
 < A simple container for the enumeration of address-types for Protocol addresses. More...
struct  Address_t
 BLE address. 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

A 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 51 of file BLEProtocol.h.

Alias for AddressType::Type.

Definition at line 48 of file BLEProtocol.h.


Variable Documentation

const size_t ADDR_LEN = 6 [static]

Length (in octets) of the BLE MAC address.

Definition at line 50 of file BLEProtocol.h.