BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bluetoe::link_layer::connection_addresses Class Reference

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_addressremote_address () const
 remote device address
 
const device_addresslocal_address () const
 local device address
 

Detailed Description

local and remote address of a connection

Member Function Documentation

◆ local_address()

const device_address & bluetoe::link_layer::connection_addresses::local_address ( ) const

local device address

The local device address of the given connection.

◆ remote_address()

const device_address & bluetoe::link_layer::connection_addresses::remote_address ( ) const

remote device address

The remote device address of the given connection.


The documentation for this class was generated from the following file: