NUGU SDK Linux
1.7.6
|
Bluetooth device information. More...
#include <bluetooth_interface.hh>
Public Attributes | |
std::string | active_device_id |
std::string | active_device_name |
std::string | active_device_streaming |
std::string | device_name |
bool | is_active_device |
bool | is_paired_device |
bool | power_on |
std::vector< BTProfile > | profiles |
Bluetooth device information.
std::string NuguCapability::_BTDeviceInfo::device_name |
bluetooth adaptor's name
bool NuguCapability::_BTDeviceInfo::power_on |
bluetooth adaptor's power on state
std::vector<BTProfile> NuguCapability::_BTDeviceInfo::profiles |
paired 2nd device's profiles
bool NuguCapability::_BTDeviceInfo::is_paired_device |
whether paired 2nd device
bool NuguCapability::_BTDeviceInfo::is_active_device |
whether connected 2nd device
std::string NuguCapability::_BTDeviceInfo::active_device_id |
connected 2nd device's id
std::string NuguCapability::_BTDeviceInfo::active_device_name |
connected 2nd device's name
std::string NuguCapability::_BTDeviceInfo::active_device_streaming |
connected 2nd device's streaming status (INACTIVE / ACTIVE / PAUSED / UNUSABLE)