ESP-IDF
+
0
/3 examples
SourceVu will show references to
esp_ble_bond_dev_t
from the following samples and libraries:
ble_compatibility_test sample
gatt_security_server sample
ble50_security_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_bond_dev_t
esp_ble_bond_dev_t struct
struct type of the bond device value the ble bond device type
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:631
typedef
struct
{
esp_bd_addr_t
bd_addr
;
esp_ble_bond_key_info_t
bond_key
;
esp_ble_addr_type_t
bd_addr_type
;
}
esp_ble_bond_dev_t
;
Fields
Field
Declared as
Description
esp_ble_bond_dev_t::bd_addr
esp_bd_addr_t
peer address.
esp_ble_bond_dev_t::bond_key
esp_ble_bond_key_info_t
the bond key information.
esp_ble_bond_dev_t::bd_addr_type
esp_ble_addr_type_t
peer address type.
Related Functions
Found 2 other functions taking a
esp_ble_bond_dev_t
argument:
Function
Description
esp_ble_get_bond_device_list()
Get the device from the security database list of peer device. It will return the device bonded information immediately.
btc_storage_get_bonded_ble_devices_list()
Examples
esp_ble_bond_dev_t
is referenced by 3 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out