ESP-IDF
bt_mesh_queue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_queue
bt_mesh_queue struct
Syntax
Show:
Summary
Declaration
from
adv.c:53
struct
bt_mesh_queue
{
QueueHandle_t
handle
;
#if
CONFIG_BLE_MESH_FREERTOS_STATIC_ALLOC
StaticQueue_t
*
buffer
;
uint8_t
*
storage
;
#endif
}
;
Fields
Field
Declared as
bt_mesh_queue::handle
QueueHandle_t
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_queue
{
adv.c:53
static
struct
bt_mesh_queue
adv_queue
;
adv.c:61
adv_queue
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
adv_queue
adv.c:61
Lifecycle
from
examples
All items filtered out
All items filtered out