ESP-IDF
adv_thread()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adv_thread()
adv_thread() function
Syntax
Show:
Summary
Declaration
from
adv.c:263
static
void
adv_thread
(
void
*
p
)
;
Arguments
Argument
p
Examples
References
from
examples
Code
Location
Referrer
static
void
adv_thread
(
void
*
p
)
adv.c:263
int
ret
=
xTaskCreatePinnedToCore
(
adv_thread
,
BLE_MESH_ADV_TASK_NAME
,
BLE_MESH_ADV_TASK_STACK_SIZE
,
NULL
,
adv.c:668
bt_mesh_adv_init()
Call Tree
from
examples
adv_thread()
calls 12 functions:
All items filtered out
adv_thread()
xQueueReceive()
vPortYield()
esp_log_timestamp()
esp_log_write()
net_buf_user_data()
net_buf_unref()
bt_mesh_atomic_cas()
bt_mesh_proxy_server_adv_start()
bt_mesh_proxy_server_adv_stop()
bt_mesh_adv_buf_ref_debug()
adv_send()
K_WAIT()
All items filtered out
Data Use
from
examples
adv_thread()
reads 6 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_adv::busy
bt_mesh_buf_ref_flag_t::BLE_MESH_BUF_REF_EQUAL
bt_mesh_queue::handle
adv_queue
All items filtered out
adv_thread()
bt_mesh_adv_init()
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