ESP-IDF
BLE_MESH_MODEL_BUF_DEFINE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_MODEL_BUF_DEFINE
BLE_MESH_MODEL_BUF_DEFINE macro
@def BLE_MESH_MODEL_BUF_DEFINE Define a Mesh model message buffer using
NET_BUF_SIMPLE_DEFINE
.
Syntax
Show:
Summary
Declaration
from
access.h:293
#define
BLE_MESH_MODEL_BUF_DEFINE
(
_buf
,
_op
,
_payload_len
)
\
NET_BUF_SIMPLE_DEFINE
(
_buf
,
BLE_MESH_MODEL_BUF_LEN
(
(
_op
)
,
(
_payload_len
)
)
)
Arguments
Argument
Description
_buf
Buffer name.
_op
Opcode of the message.
_payload_len
Length of the model message payload.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out