ESP-IDF
bt_mesh_msg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_msg
bt_mesh_msg struct
Syntax
Show:
Summary
Declaration
from
adv.h:32
typedef
struct
bt_mesh_msg
{
bool
relay
;
void
*
arg
;
uint16_t
src
;
uint16_t
dst
;
uint32_t
timestamp
;
}
bt_mesh_msg_t
;
Fields
Field
Declared as
bt_mesh_msg::relay
bool
bt_mesh_msg::arg
void
*
bt_mesh_msg::src
uint16_t
bt_mesh_msg::dst
uint16_t
bt_mesh_msg::timestamp
uint32_t
Related Functions
Found 2 other functions taking a
bt_mesh_msg
argument:
Function
bt_mesh_unref_buf()
bt_mesh_task_post()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
bt_mesh_msg
{
adv.h:32
}
bt_mesh_msg_t
;
adv.h:38
bt_mesh_msg_t
msg
=
{
0
}
;
adv.c:268
adv_thread()
static
void
bt_mesh_unref_buf
(
bt_mesh_msg_t
*
msg
)
adv.c:445
bt_mesh_unref_buf()
bt_mesh_unref_buf()::msg
static
void
bt_mesh_task_post
(
bt_mesh_msg_t
*
msg
,
uint32_t
timeout
,
bool
front
)
adv.c:459
bt_mesh_task_post()
bt_mesh_task_post()::msg
bt_mesh_msg_t
msg
=
{
adv.c:483
bt_mesh_adv_send()
bt_mesh_msg_t
msg
=
{
adv.c:503
bt_mesh_adv_update()
adv_queue
.
handle
=
xQueueCreate
(
BLE_MESH_ADV_QUEUE_SIZE
,
sizeof
(
bt_mesh_msg_t
)
)
;
adv.c:611
bt_mesh_adv_init()
}
bt_mesh_msg_t
;
adv.h:38
bt_mesh_msg_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
bt_mesh_unref_buf()::msg
bt_mesh_unref_buf()
adv.c:445
bt_mesh_task_post()::msg
bt_mesh_task_post()
adv.c:459
Lifecycle
from
examples
All items filtered out
All items filtered out