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
BLE address representation. More...
#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 (void) | |
Empty constructor. | |
Data Fields | |
AddressType_t | type |
Type of the BLE device address. | |
AddressBytes_t | address |
Value of the device address. |
Detailed Description
BLE address representation.
It contains an address-type (AddressType_t) and the address value (AddressBytes_t).
Definition at line 100 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.
- Postcondition:
- type is equal to typeIn and address is equal to the content present in addressIn.
Definition at line 110 of file BLEProtocol.h.
Address_t | ( | void | ) |
Empty constructor.
- Note:
- The address constructed with the empty constructor is not valid.
- Postcondition:
- type is equal to PUBLIC and the address value is equal to 00:00:00:00:00:00
Definition at line 124 of file BLEProtocol.h.
Field Documentation
Value of the device address.
Definition at line 134 of file BLEProtocol.h.
Type of the BLE device address.
Definition at line 129 of file BLEProtocol.h.
Generated on Tue Jul 12 2022 12:22:53 by
