|
TB2026-YDS Firmware
|
One device found during a scan; the unit the UI lists and selects from. More...
#include <bluetooth.h>
Data Fields | |
| esp_bd_addr_t | bda |
| char | name [ESP_BT_GAP_MAX_BDNAME_LEN+1] |
| int8_t | rssi |
One device found during a scan; the unit the UI lists and selects from.
| esp_bd_addr_t bluetooth_device_t::bda |
Bluetooth device address (the identity).
| char bluetooth_device_t::name[ESP_BT_GAP_MAX_BDNAME_LEN+1] |
Advertised name; "" until it resolves.
| int8_t bluetooth_device_t::rssi |
Signal strength in dBm; INT8_MIN if unknown.