Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API

Dependents:   microbit-dal microbit-dal microbit-ble-open microbit-dal ... more

Fork of BLE_API by Bluetooth Low Energy

Embed: (wiki syntax)

« Back to documentation index

Address_t Struct Reference

Address_t Struct Reference

BLE address. More...

#include <BLEProtocol.h>

Data Fields

AddressType_t type
 AddressType_t
AddressBytes_t address
 AddressBytes_t

Detailed Description

BLE address.

It contains an address-type (AddressType_t) and bytes (AddressBytes_t).

Definition at line 56 of file BLEProtocol.h.


Field Documentation

AddressBytes_t

Definition at line 58 of file BLEProtocol.h.

AddressType_t

Definition at line 57 of file BLEProtocol.h.