TB2026-YDS Firmware
Loading...
Searching...
No Matches
bluetooth_device_t Struct Reference

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

Detailed Description

One device found during a scan; the unit the UI lists and selects from.

Field Documentation

◆ bda

esp_bd_addr_t bluetooth_device_t::bda

Bluetooth device address (the identity).

◆ name

char bluetooth_device_t::name[ESP_BT_GAP_MAX_BDNAME_LEN+1]

Advertised name; "" until it resolves.

◆ rssi

int8_t bluetooth_device_t::rssi

Signal strength in dBm; INT8_MIN if unknown.


The documentation for this struct was generated from the following file: