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.
Address_t Struct Reference
#include <BLEProtocol.h>
Public Member Functions | |
Address_t (AddressType_t typeIn, const AddressBytes_t &addressIn) | |
Construct an Address_t object with the supplied type and address. | |
Address_t () | |
Empty constructor. | |
Data Fields | |
AddressType_t | type |
The type of the BLE address. | |
AddressBytes_t | address |
The BLE address. |
Detailed Description
BLE address.
It contains an address-type (AddressType_t) and bytes (AddressBytes_t).
Definition at line 56 of file BLEProtocol.h.
Constructor & Destructor Documentation
Address_t | ( | AddressType_t | typeIn, |
const AddressBytes_t & | addressIn | ||
) |
Construct an Address_t object with the supplied type and address.
Definition at line 68 of file BLEProtocol.h.
Address_t | ( | ) |
Empty constructor.
Definition at line 75 of file BLEProtocol.h.
Field Documentation
The BLE address.
Definition at line 58 of file BLEProtocol.h.
The type of the BLE address.
Definition at line 57 of file BLEProtocol.h.
Generated on Tue Jul 12 2022 20:03:33 by
