Mbed OS Reference
|
BLE address representation. More...
#include <BLETypes.h>
Public Member Functions | |
entry_t (peer_address_type_t typeIn, const address_t &addressIn) | |
Construct an entry_t object with the supplied type and address. More... | |
entry_t () | |
Empty constructor. More... | |
Data Fields | |
peer_address_type_t | type |
Type of the peer address. More... | |
address_t | address |
Value of the peer address. More... | |
BLE address representation.
It contains an address-type (peer_address_type_t) and the address value (address_t).
Definition at line 856 of file common/BLETypes.h.
entry_t | ( | peer_address_type_t | typeIn, |
const address_t & | addressIn | ||
) |
Construct an entry_t object with the supplied type and address.
[in] | typeIn | The peer address type. |
[in] | addressIn | The peer address. |
Definition at line 866 of file common/BLETypes.h.
entry_t | ( | ) |
Empty constructor.
Definition at line 880 of file common/BLETypes.h.
peer_address_type_t type |
Type of the peer address.
Definition at line 885 of file common/BLETypes.h.
address_t address |
Value of the peer address.
Definition at line 890 of file common/BLETypes.h.