|
Soletta™ Framework
|
Represents a information about a remote device. More...
#include <sol-bluetooth.h>
Data Fields | |
| struct sol_network_link_addr | addr |
| Network address of the remote device. More... | |
| bool | connected |
| Whether the device is connected. More... | |
| bool | in_range |
| Whether the devices is currently in range. More... | |
| char * | name |
| Friendly name of the device. More... | |
| bool | paired |
| Whether the device is paired. More... | |
| int16_t | rssi |
| Received signal strength, measured in dBm. More... | |
| struct sol_vector | uuids |
| Vector of service UUIDs discovered, may be empty. More... | |
Represents a information about a remote device.
| struct sol_network_link_addr sol_bt_device_info::addr |
Network address of the remote device.
Referenced by found_device().
| bool sol_bt_device_info::connected |
Whether the device is connected.
| bool sol_bt_device_info::in_range |
Whether the devices is currently in range.
Referenced by found_device().
| char* sol_bt_device_info::name |
Friendly name of the device.
| bool sol_bt_device_info::paired |
Whether the device is paired.
Referenced by found_device().
| int16_t sol_bt_device_info::rssi |
Received signal strength, measured in dBm.
| struct sol_vector sol_bt_device_info::uuids |
Vector of service UUIDs discovered, may be empty.
1.8.6