Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Static Public Member Functions | List of all members
direct_bt::ConnectionInfo Class Reference

mgmt_addr_info { EUI48, uint8_t type }, int8_t rssi, int8_t tx_power, int8_t max_tx_power; More...

#include <BTTypes1.hpp>

Collaboration diagram for direct_bt::ConnectionInfo:

Public Member Functions

 ConnectionInfo (const EUI48 &address_, BDAddressType addressType_, int8_t rssi_, int8_t tx_power_, int8_t max_tx_power_) noexcept
 
const EUI48 getAddress () const noexcept
 
BDAddressType getAddressType () const noexcept
 
int8_t getRSSI () const noexcept
 
int8_t getTxPower () const noexcept
 
int8_t getMaxTxPower () const noexcept
 
std::string toString () const noexcept
 

Static Public Member Functions

static jau::nsize_t minimumDataSize () noexcept
 

Detailed Description

mgmt_addr_info { EUI48, uint8_t type }, int8_t rssi, int8_t tx_power, int8_t max_tx_power;

Definition at line 74 of file BTTypes1.hpp.

Constructor & Destructor Documentation

◆ ConnectionInfo()

direct_bt::ConnectionInfo::ConnectionInfo ( const EUI48 address_,
BDAddressType  addressType_,
int8_t  rssi_,
int8_t  tx_power_,
int8_t  max_tx_power_ 
)
inlinenoexcept

Definition at line 86 of file BTTypes1.hpp.

Member Function Documentation

◆ getAddress()

const EUI48 direct_bt::ConnectionInfo::getAddress ( ) const
inlinenoexcept

Definition at line 89 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getAddressType()

BDAddressType direct_bt::ConnectionInfo::getAddressType ( ) const
inlinenoexcept

Definition at line 90 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getMaxTxPower()

int8_t direct_bt::ConnectionInfo::getMaxTxPower ( ) const
inlinenoexcept

Definition at line 93 of file BTTypes1.hpp.

◆ getRSSI()

int8_t direct_bt::ConnectionInfo::getRSSI ( ) const
inlinenoexcept

Definition at line 91 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getTxPower()

int8_t direct_bt::ConnectionInfo::getTxPower ( ) const
inlinenoexcept

Definition at line 92 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ minimumDataSize()

static jau::nsize_t direct_bt::ConnectionInfo::minimumDataSize ( )
inlinestaticnoexcept

Definition at line 84 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ toString()

std::string direct_bt::ConnectionInfo::toString ( ) const
inlinenoexcept

Definition at line 95 of file BTTypes1.hpp.

Here is the call graph for this function:

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