BLE Library with custom services for the tortuga bike

Dependents:   TORTUGA_BLE

Fork of BLE_API by aapje monkey

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.