ESP-IDF
bt_mesh_scan_dev_found_cb
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
bt_mesh_scan_dev_found_cb
bt_mesh_scan_dev_found_cb
Syntax
Show:
Summary
Declaration
from
adapter.c:62
static
bt_mesh_scan_cb_t
*
bt_mesh_scan_dev_found_cb
;
Examples
References
from
examples
Code
Location
Referrer
static
bt_mesh_scan_cb_t
*
bt_mesh_scan_dev_found_cb
;
adapter.c:62
if
(
bt_mesh_scan_dev_found_cb
)
{
adapter.c:314
bt_mesh_scan_result_callback()
bt_mesh_scan_dev_found_cb
(
&
addr
,
p_data
->
inq_res
.
rssi
,
p_data
->
inq_res
.
ble_evt_type
,
&
buf
,
p_data
->
inq_res
.
scan_rsp_len
)
;
adapter.c:315
bt_mesh_scan_result_callback()
bt_mesh_scan_dev_found_cb
=
cb
;
adapter.c:521
bt_le_scan_start()
bt_mesh_scan_dev_found_cb
=
NULL
;
adapter.c:536
bt_le_scan_stop()
Call Tree
from
examples
bt_mesh_scan_dev_found_cb
is called by 1 function:
bt_mesh_scan_result_callback()
All items filtered out
bt_mesh_scan_dev_found_cb
All items filtered out
Data Use
from
examples
bt_mesh_scan_dev_found_cb
is written by 2 functions and is read by 1 function:
bt_le_scan_start()
bt_le_scan_stop()
All items filtered out
bt_mesh_scan_dev_found_cb
bt_mesh_scan_result_callback()
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