ESP-IDF
BLE_MESH_SERVER_RSP_MAX_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_SERVER_RSP_MAX_LEN
BLE_MESH_SERVER_RSP_MAX_LEN macro
Syntax
Show:
Summary
Declaration
from
server_common.h:18
#define
BLE_MESH_SERVER_RSP_MAX_LEN
384
Examples
References
from
examples
Code
Location
#define
BLE_MESH_SERVER_RSP_MAX_LEN
384
server_common.h:18
sdu
=
bt_mesh_alloc_buf
(
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
;
generic_server.c:2137
if
(
total_len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
{
generic_server.c:2146
msg
=
bt_mesh_alloc_buf
(
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
;
sensor_server.c:35
if
(
total_len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
{
sensor_server.c:48
if
(
total_len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
{
sensor_server.c:68
msg
=
bt_mesh_alloc_buf
(
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
;
sensor_server.c:103
if
(
total_len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
{
sensor_server.c:119
if
(
total_len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
{
sensor_server.c:149
msg
=
bt_mesh_alloc_buf
(
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
;
sensor_server.c:295
if
(
total_len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SERVER_RSP_MAX_LEN
)
)
{
sensor_server.c:313
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