|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Bluetooth device information structure. More...
#include <BaseBluetooth.h>
Public Attributes | |
| hf_bluetooth_address_t | address |
| std::string | name |
| hf_bluetooth_device_type_t | type |
| int8_t | rssi |
| uint32_t | class_of_device |
| std::vector< std::string > | uuids |
| bool | is_bonded |
| bool | is_connected |
Bluetooth device information structure.
| hf_bluetooth_address_t hf_bluetooth_device_info_t::address |
Device Bluetooth address
| uint32_t hf_bluetooth_device_info_t::class_of_device |
Class of Device (Classic only)
| bool hf_bluetooth_device_info_t::is_bonded |
True if device is bonded
| bool hf_bluetooth_device_info_t::is_connected |
True if device is connected
| std::string hf_bluetooth_device_info_t::name |
Device name
| int8_t hf_bluetooth_device_info_t::rssi |
Signal strength (dBm)
| hf_bluetooth_device_type_t hf_bluetooth_device_info_t::type |
Device type
| std::vector<std::string> hf_bluetooth_device_info_t::uuids |
Service UUIDs