ESP-IDF
bt_mesh_task_post()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_task_post()
bt_mesh_task_post() function
Syntax
Show:
Summary
Declaration
from
adv.c:459
static
void
bt_mesh_task_post
(
bt_mesh_msg_t
*
msg
,
uint32_t
timeout
,
bool
front
)
;
Arguments
Argument
msg
timeout
front
Related Functions
Found 1 other functions taking a
bt_mesh_msg
argument:
Function
bt_mesh_unref_buf()
Examples
References
from
examples
Code
Location
Referrer
static
void
bt_mesh_task_post
(
bt_mesh_msg_t
*
msg
,
uint32_t
timeout
,
bool
front
)
adv.c:459
bt_mesh_task_post
(
&
msg
,
portMAX_DELAY
,
false
)
;
adv.c:498
bt_mesh_adv_send()
bt_mesh_task_post
(
&
msg
,
K_NO_WAIT
,
false
)
;
adv.c:508
bt_mesh_adv_update()
Call Tree
from
examples
bt_mesh_task_post()
is called by 2 functions and calls 4 functions:
bt_mesh_adv_send()
bt_mesh_adv_update()
All items filtered out
bt_mesh_task_post()
xQueueGenericSend()
esp_log_timestamp()
esp_log_write()
bt_mesh_unref_buf()
All items filtered out
Data Use
from
examples
bt_mesh_task_post()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_queue::handle
adv_queue
All items filtered out
bt_mesh_task_post()
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