Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
This is the complete list of members for direct_bt::AdapterInfo, including all inherited members.
AdapterInfo(const uint16_t dev_id_, BDAddressAndType addressAndType_, const uint8_t version_, const uint16_t manufacturer_, const AdapterSetting supported_setting_, const AdapterSetting current_setting_, const uint32_t dev_class_, std::string name_, std::string short_name_) noexcept | direct_bt::AdapterInfo | inline |
AdapterInfo(const AdapterInfo &o) noexcept | direct_bt::AdapterInfo | inline |
AdapterInfo(AdapterInfo &&o) noexcept | direct_bt::AdapterInfo | inline |
addressAndType | direct_bt::AdapterInfo | |
dev_id | direct_bt::AdapterInfo | |
get_supportedSetting() const noexcept | direct_bt::AdapterInfo | inline |
getCurrentBTMode() const noexcept | direct_bt::AdapterInfo | inline |
getCurrentSettingMask() const noexcept | direct_bt::AdapterInfo | inline |
getDevClass() const noexcept | direct_bt::AdapterInfo | inline |
getName() const noexcept | direct_bt::AdapterInfo | inline |
getShortName() const noexcept | direct_bt::AdapterInfo | inline |
isCurrentSettingBitSet(const AdapterSetting bit) const noexcept | direct_bt::AdapterInfo | inline |
isSettingMaskSupported(const AdapterSetting setting) const noexcept | direct_bt::AdapterInfo | inline |
manufacturer | direct_bt::AdapterInfo | |
operator=(const AdapterInfo &o) | direct_bt::AdapterInfo | inline |
operator=(AdapterInfo &&o) noexcept=delete | direct_bt::AdapterInfo | |
setCurrentSettingMask(const AdapterSetting new_setting) noexcept | direct_bt::AdapterInfo | inline |
setDevClass(const uint32_t v) noexcept | direct_bt::AdapterInfo | inline |
setName(std::string v) noexcept | direct_bt::AdapterInfo | inline |
setSettingMasks(const AdapterSetting supported_setting_, const AdapterSetting current_setting_) noexcept | direct_bt::AdapterInfo | inline |
setShortName(std::string v) noexcept | direct_bt::AdapterInfo | inline |
toString() const noexcept | direct_bt::AdapterInfo | inline |
version | direct_bt::AdapterInfo |