ESP-IDF
bt_mesh_adv_init()
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_init()
bt_mesh_adv_init() function
Syntax
Show:
Summary
Declaration
Definition
from
adv.h:95
void
bt_mesh_adv_init
(
void
)
;
Implemented in
adv.c:608
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_adv_init
(
void
)
adv.c:608
void
bt_mesh_adv_init
(
void
)
adv_legacy.c:203
void
bt_mesh_adv_init
(
void
)
;
adv.h:95
void
bt_mesh_adv_init
(
void
)
;
adv.h:94
bt_mesh_adv_init
(
)
;
main.c:489
bt_mesh_init()
bt_mesh_adv_init
(
)
;
mesh.c:346
bt_mesh_init()
Call Tree
from
examples
bt_mesh_adv_init()
is called by 1 function and calls 7 functions:
bt_mesh_init()
All items filtered out
bt_mesh_adv_init()
__assert_func()
xTaskCreatePinnedToCore()
xQueueGenericCreate()
ble_npl_eventq_init()
os_mbuf_pool_init()
os_mempool_init()
ble_hs_hci_get_hci_version()
All items filtered out
Data Use
from
examples
bt_mesh_adv_init()
reads 6 variables and writes 3 variables:
bt_mesh_queue::handle
adv_queue
adv_task
adv_thread()
adv_buf_mem
adv_initialized
All items filtered out
bt_mesh_adv_init()
bt_mesh_queue::handle
adv_int_min
adv_initialized
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