ESP-IDF
bt_mesh_scan_result_callback()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_scan_result_callback()
bt_mesh_scan_result_callback() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.c:63
static
void
bt_mesh_scan_result_callback
(
tBTA_DM_SEARCH_EVT
event
,
tBTA_DM_SEARCH
*
p_data
)
;
Implemented in
adapter.c:300
Arguments
Argument
event
p_data
Examples
References
from
examples
Code
Location
Referrer
static
void
bt_mesh_scan_result_callback
(
tBTA_DM_SEARCH_EVT
event
,
tBTA_DM_SEARCH
*
p_data
)
adapter.c:300
static
void
bt_mesh_scan_result_callback
(
tBTA_DM_SEARCH_EVT
event
,
tBTA_DM_SEARCH
*
p_data
)
;
adapter.c:63
bt_mesh_scan_results_change_2_bta
(
p_inq
,
p_eir
,
bt_mesh_scan_result_callback
)
;
adapter.c:186
bt_mesh_scan_results_cb()
Call Tree
from
examples
bt_mesh_scan_result_callback()
calls 4 functions:
All items filtered out
bt_mesh_scan_result_callback()
esp_log_timestamp()
esp_log_write()
net_buf_simple_init_with_data()
bt_mesh_scan_dev_found_cb
All items filtered out
Data Use
from
examples
bt_mesh_scan_result_callback()
reads 15 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_addr_t::val
tBTA_DM_INQ_RES::bd_addr
tBTA_DM_INQ_RES::rssi
tBTA_DM_INQ_RES::p_eir
tBTA_DM_INQ_RES::ble_addr_type
tBTA_DM_INQ_RES::ble_evt_type
tBTA_DM_INQ_RES::adv_data_len
tBTA_DM_INQ_RES::scan_rsp_len
tBTA_DM_INQ_CMPL::num_resps
tBTA_DM_SEARCH::inq_res
tBTA_DM_SEARCH::inq_cmpl
bt_mesh_scan_dev_found_cb
All items filtered out
bt_mesh_scan_result_callback()
bt_mesh_scan_results_cb()
bt_mesh_addr_t::type
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