|
TB2026-YDS Firmware
|
The identity of a remembered device, enough to reconnect without scanning again. More...
#include <bluetooth.h>
Data Fields | |
| esp_bd_addr_t | bda |
| char | name [ESP_BT_GAP_MAX_BDNAME_LEN+1] |
The identity of a remembered device, enough to reconnect without scanning again.
Address + name; the address is what reconnection actually needs (the link keys are already bonded in NVS by Bluedroid), the name is only for display.
| esp_bd_addr_t bt_known_device_t::bda |
Address of the remembered device.
| char bt_known_device_t::name[ESP_BT_GAP_MAX_BDNAME_LEN+1] |
Its name for display; "" if unknown.