BlueToe
an alternative GATT/BLE implementation
|
local and remote address of a connection More...
#include <bluetoe/link_layer/include/bluetoe/connection_details.hpp>
Public Member Functions | |
connection_addresses (const device_address &local, const device_address &remote) | |
construct a connection addresses from a pair of device addresses | |
const device_address & | remote_address () const |
remote device address | |
const device_address & | local_address () const |
local device address | |
local and remote address of a connection
const device_address & bluetoe::link_layer::connection_addresses::local_address | ( | ) | const |
local device address
The local device address of the given connection.
const device_address & bluetoe::link_layer::connection_addresses::remote_address | ( | ) | const |
remote device address
The remote device address of the given connection.