Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Public Attributes | List of all members
direct_bt::HCILocalVersion Struct Reference

#include <HCITypes.hpp>

Collaboration diagram for direct_bt::HCILocalVersion:

Public Member Functions

std::string toString () noexcept
 

Public Attributes

uint8_t hci_ver
 
uint16_t hci_rev
 
uint8_t lmp_ver
 
uint16_t manufacturer
 
uint16_t lmp_subver
 

Detailed Description

Definition at line 1108 of file HCITypes.hpp.

Member Function Documentation

◆ toString()

std::string direct_bt::HCILocalVersion::toString ( )
noexcept

Definition at line 336 of file HCITypes.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ hci_rev

uint16_t direct_bt::HCILocalVersion::hci_rev

Definition at line 1110 of file HCITypes.hpp.

◆ hci_ver

uint8_t direct_bt::HCILocalVersion::hci_ver

Definition at line 1109 of file HCITypes.hpp.

◆ lmp_subver

uint16_t direct_bt::HCILocalVersion::lmp_subver

Definition at line 1113 of file HCITypes.hpp.

◆ lmp_ver

uint8_t direct_bt::HCILocalVersion::lmp_ver

Definition at line 1111 of file HCITypes.hpp.

◆ manufacturer

uint16_t direct_bt::HCILocalVersion::manufacturer

Definition at line 1112 of file HCITypes.hpp.


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