Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Public Attributes | List of all members
direct_bt::MgmtConnParam Struct Reference

Used in MgmtLoadConnParamCmd and MgmtEvtNewConnectionParam. More...

#include <MgmtTypes.hpp>

Collaboration diagram for direct_bt::MgmtConnParam:

Public Member Functions

std::string toString () const noexcept
 

Public Attributes

EUI48 address
 
BDAddressType address_type
 
uint16_t latency
 
uint16_t max_interval
 
uint16_t min_interval
 
uint16_t supervision_timeout
 

Detailed Description

Used in MgmtLoadConnParamCmd and MgmtEvtNewConnectionParam.

Definition at line 1167 of file MgmtTypes.hpp.

Member Function Documentation

◆ toString()

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

Definition at line 1167 of file MgmtTypes.hpp.

Member Data Documentation

◆ address

EUI48 direct_bt::MgmtConnParam::address

Definition at line 1167 of file MgmtTypes.hpp.

◆ address_type

BDAddressType direct_bt::MgmtConnParam::address_type

Definition at line 1167 of file MgmtTypes.hpp.

◆ min_interval

uint16_t direct_bt::MgmtConnParam::min_interval

Definition at line 1167 of file MgmtTypes.hpp.

◆ max_interval

uint16_t direct_bt::MgmtConnParam::max_interval

Definition at line 1167 of file MgmtTypes.hpp.

◆ latency

uint16_t direct_bt::MgmtConnParam::latency

Definition at line 1167 of file MgmtTypes.hpp.

◆ supervision_timeout

uint16_t direct_bt::MgmtConnParam::supervision_timeout

Definition at line 1167 of file MgmtTypes.hpp.


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