ESP-IDF
+
0
/3 examples
SourceVu will show references to
esp_ble_get_bond_device_num()
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
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_get_bond_device_num()
esp_ble_get_bond_device_num() function
Get the device number from the security database list of peer device. It will return the device bonded number immediately.
Syntax
Show:
Summary
Declaration
Definition
from
esp_gap_ble_api.h:2136
int
esp_ble_get_bond_device_num
(
void
)
;
Implemented in
esp_gap_ble_api.c:795
Return value
- >= 0 : bonded devices number. - ESP_FAIL : failed
Examples
esp_ble_get_bond_device_num()
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