ESP-IDF
BLE_MESH_DEV_SCANNING
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
BLE_MESH_DEV_SCANNING
BLE_MESH_DEV_SCANNING value
Syntax
Show:
Summary
Declaration
from
hci.h:31
BLE_MESH_DEV_SCANNING
;
Examples
References
from
examples
Code
Location
Referrer
BLE_MESH_DEV_SCANNING
,
hci.h:31
if
(
bt_mesh_atomic_test_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
)
{
adapter.c:497
bt_le_scan_start()
bt_mesh_atomic_set_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
;
adapter.c:520
bt_le_scan_start()
if
(
!
bt_mesh_atomic_test_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
)
{
adapter.c:528
bt_le_scan_stop()
bt_mesh_atomic_clear_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
;
adapter.c:535
bt_le_scan_stop()
if
(
bt_mesh_atomic_test_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
)
{
adapter.c:1243
bt_mesh_gattc_conn_create()
bt_mesh_atomic_clear_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
;
adapter.c:1245
bt_mesh_gattc_conn_create()
if
(
!
bt_mesh_atomic_test_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
)
{
adapter.c:1662
bt_mesh_bta_gattc_cb()
bt_mesh_atomic_set_bit
(
bt_mesh_dev
.
flags
,
BLE_MESH_DEV_SCANNING
)
;
adapter.c:1668
bt_mesh_bta_gattc_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLE_MESH_DEV_SCANNING
is read by 4 functions:
All items filtered out
BLE_MESH_DEV_SCANNING
bt_le_scan_start()
bt_le_scan_stop()
bt_mesh_gattc_conn_create()
bt_mesh_bta_gattc_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