ESP-IDF
_btc_storage_in_fetch_bonded_ble_device()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_btc_storage_in_fetch_bonded_ble_device()
_btc_storage_in_fetch_bonded_ble_device() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_ble_storage.h:65
bt_status_t
_btc_storage_in_fetch_bonded_ble_device
(
const
char
*
remote_bd_addr
,
int
add
)
;
Implemented in
btc_ble_storage.c:905
Arguments
Argument
remote_bd_addr
add
Examples
References
from
examples
Code
Location
Referrer
bt_status_t
_btc_storage_in_fetch_bonded_ble_device
(
const
char
*
remote_bd_addr
,
int
add
)
btc_ble_storage.c:905
bt_status_t
_btc_storage_in_fetch_bonded_ble_device
(
const
char
*
remote_bd_addr
,
int
add
)
;
btc_ble_storage.h:65
status
=
_btc_storage_in_fetch_bonded_ble_device
(
name
,
add
)
;
btc_storage.c:154
btc_in_fetch_bonded_devices()
Call Tree
from
examples
_btc_storage_in_fetch_bonded_ble_device()
is called by 1 function and calls 8 functions:
btc_in_fetch_bonded_devices()
All items filtered out
_btc_storage_in_fetch_bonded_ble_device()
esp_log_timestamp()
esp_log_write()
bdcpy()
string_to_bdaddr()
btc_config_get_int()
_btc_storage_set_remote_addr_type()
_btc_storage_get_remote_addr_type()
_btc_read_le_key()
All items filtered out
Data Use
from
examples
_btc_storage_in_fetch_bonded_ble_device()
reads 5 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
bt_status_t::BT_STATUS_SUCCESS
bt_status_t::BT_STATUS_FAIL
bt_bdaddr_t::address
All items filtered out
_btc_storage_in_fetch_bonded_ble_device()
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