ESP-IDF
bt_mesh_adv_task::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_mesh_adv_task::handle
bt_mesh_adv_task::handle field
Syntax
Show:
Summary
Declaration
from
adv.c:114
TaskHandle_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
TaskHandle_t
handle
;
adv.c:114
BLE_MESH_ADV_TASK_PRIO
,
&
adv_task
.
handle
,
BLE_MESH_ADV_TASK_CORE
)
;
adv.c:669
bt_mesh_adv_init()
vTaskDelete
(
adv_task
.
handle
)
;
adv.c:682
bt_mesh_adv_deinit()
adv_task
.
handle
=
NULL
;
adv.c:683
bt_mesh_adv_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv_task::handle
is written by 1 function and is read by 1 function:
bt_mesh_adv_deinit()
All items filtered out
bt_mesh_adv_task::handle
bt_mesh_adv_deinit()
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