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

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]

Detailed Description

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.

Field Documentation

◆ bda

esp_bd_addr_t bt_known_device_t::bda

Address of the remembered device.

◆ name

char bt_known_device_t::name[ESP_BT_GAP_MAX_BDNAME_LEN+1]

Its name for display; "" if unknown.


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