ESP-IDF
bt_le_scan_stop()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_le_scan_stop()
bt_le_scan_stop() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:700
int
bt_le_scan_stop
(
void
)
;
Implemented in
adapter.c:526
Examples
References
from
examples
Code
Location
Referrer
int
bt_le_scan_stop
(
void
)
adapter.c:526
int
bt_le_scan_stop
(
void
)
;
adapter.h:700
err
=
bt_le_scan_stop
(
)
;
scan.c:540
bt_mesh_scan_disable()
Call Tree
from
examples
bt_le_scan_stop()
is called by 1 function and calls 5 functions:
bt_mesh_scan_disable()
All items filtered out
bt_le_scan_stop()
esp_log_timestamp()
esp_log_write()
BTM_BleScan()
bt_mesh_atomic_clear_bit()
bt_mesh_atomic_test_bit()
All items filtered out
Data Use
from
examples
bt_le_scan_stop()
reads 7 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
::BTM_SUCCESS
::BTM_CMD_STARTED
bt_mesh_dev
::BLE_MESH_DEV_SCANNING
bt_mesh_dev::flags
All items filtered out
bt_le_scan_stop()
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