ESP-IDF
BLE_MESH_TX_SDU_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
BLE_MESH_TX_SDU_MAX
BLE_MESH_TX_SDU_MAX macro
Syntax
Show:
Summary
Declaration
from
transport.h:24
#define
BLE_MESH_TX_SDU_MAX
(
CONFIG_BLE_MESH_TX_SEG_MAX
*
12
)
Examples
References
from
examples
Code
Location
#define
BLE_MESH_TX_SDU_MAX
(
CONFIG_BLE_MESH_TX_SEG_MAX
*
12
)
transport.h:24
if
(
msg
->
len
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SDU_MAX_LEN
)
-
BLE_MESH_MIC_SHORT
)
{
access.c:976
if
(
pub
->
msg
->
len
+
BLE_MESH_MIC_SHORT
>
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_SDU_MAX_LEN
)
)
{
access.c:1071
sdu
=
bt_mesh_alloc_buf
(
MIN
(
BLE_MESH_TX_SDU_MAX
,
BLE_MESH_MAX_PDU_LEN_WITH_SMIC
)
)
;
cfg_srv.c:241
return
BLE_MESH_TX_SDU_MAX
;
ext.c:1069
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