ESP-IDF
btm_ble_resolve_address_cmpl()
is only used within ESP-IDF.
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
btm_ble_resolve_address_cmpl()
btm_ble_resolve_address_cmpl() function
* Utility functions for Random address resolving * Function btm_ble_resolve_address_cmpl * Description This function sends the random address resolving complete * callback. * Returns None.
Syntax
Show:
Summary
Declaration
from
btm_ble_addr.c:220
static
void
btm_ble_resolve_address_cmpl
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
btm_ble_resolve_address_cmpl
(
void
)
btm_ble_addr.c:220
btm_ble_resolve_address_cmpl
(
)
;
btm_ble_addr.c:254
btm_ble_proc_resolve_x()
btm_ble_resolve_address_cmpl
(
)
;
btm_ble_addr.c:412
btm_ble_resolve_random_addr()
Call Tree
from
examples
btm_ble_resolve_address_cmpl()
is called by 2 functions and calls 3 functions:
btm_ble_proc_resolve_x()
btm_ble_resolve_random_addr()
All items filtered out
btm_ble_resolve_address_cmpl()
esp_log_timestamp()
esp_log_write()
tBTM_LE_RANDOM_CB::p_resolve_cback
All items filtered out
Data Use
from
examples
btm_ble_resolve_address_cmpl()
reads 6 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
tBTM_CB::ble_ctr_cb
tBTM_CB::trace_level
tBTM_LE_RANDOM_CB::p_dev_rec
tBTM_LE_RANDOM_CB::p
btm_cb
All items filtered out
btm_ble_resolve_address_cmpl()
tBTM_LE_RANDOM_CB::busy
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