ESP-IDF
bt_le_scan_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_le_scan_start()
bt_le_scan_start() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:698
int
bt_le_scan_start
(
const
struct
bt_mesh_scan_param
*
param
,
bt_mesh_scan_cb_t
cb
)
;
Implemented in
adapter.c:493
Arguments
Argument
param
cb
Related Functions
Found 1 other functions taking a
bt_mesh_scan_param
argument:
Function
valid_scan_param()
Examples
References
from
examples
Code
Location
Referrer
int
bt_le_scan_start
(
const
struct
bt_mesh_scan_param
*
param
,
bt_mesh_scan_cb_t
cb
)
adapter.c:493
int
bt_le_scan_start
(
const
struct
bt_mesh_scan_param
*
param
,
bt_mesh_scan_cb_t
cb
)
;
adapter.h:698
err
=
bt_le_scan_start
(
&
scan_param
,
bt_mesh_scan_cb
)
;
scan.c:527
bt_mesh_scan_enable()
err
=
bt_le_scan_start
(
&
scan_param
,
bt_mesh_scan_cb
)
;
scan.c:566
bt_mesh_scan_with_wl_enable()
Call Tree
from
examples
bt_le_scan_start()
is called by 2 functions and calls 6 functions:
bt_mesh_scan_enable()
bt_mesh_scan_with_wl_enable()
All items filtered out
bt_le_scan_start()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_set_bit()
bt_mesh_atomic_test_bit()
valid_scan_param()
start_le_scan()
All items filtered out
Data Use
from
examples
bt_le_scan_start()
reads 9 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_INFO
bt_mesh_scan_param::type
bt_mesh_scan_param::filter_dup
bt_mesh_scan_param::interval
bt_mesh_scan_param::window
bt_mesh_scan_param::scan_fil_policy
bt_mesh_dev
::BLE_MESH_DEV_SCANNING
bt_mesh_dev::flags
All items filtered out
bt_le_scan_start()
bt_mesh_scan_dev_found_cb
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