ESP-IDF
BLE_MESH_MIC_SHORT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_MIC_SHORT
BLE_MESH_MIC_SHORT macro
Syntax
Show:
Summary
Declaration
from
access.h:234
#define
BLE_MESH_MIC_SHORT
4
Examples
References
from
examples
Code
Location
#define
BLE_MESH_MIC_SHORT
4
access.h:234
if
(
net_buf_simple_tailroom
(
msg
)
<
BLE_MESH_MIC_SHORT
)
{
access.c:971
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
(
BLE_MESH_MODEL_OP_LEN
(
_op
)
+
(
_payload_len
)
+
BLE_MESH_MIC_SHORT
)
access.h:270
struct
net_buf_simple
*
buf
=
bt_mesh_alloc_buf
(
arg
->
model_send
.
length
+
BLE_MESH_MIC_SHORT
)
;
btc_ble_mesh_prov.c:2910
struct
net_buf_simple
*
buf
=
bt_mesh_alloc_buf
(
arg
->
model_send
.
length
+
BLE_MESH_MIC_SHORT
)
;
btc_ble_mesh_prov.c:2930
BLE_MESH_MIC_LONG
:
BLE_MESH_MIC_SHORT
;
client_common.c:196
if
(
net_buf_simple_tailroom
(
buf
)
<
BLE_MESH_MIC_SHORT
)
{
net.c:957
#define
APP_MIC_LEN
(
aszmic
)
(
(
aszmic
)
?
BLE_MESH_MIC_LONG
:
BLE_MESH_MIC_SHORT
)
transport.c:49
sdu
=
bt_mesh_alloc_buf
(
CONFIG_BLE_MESH_RX_SDU_MAX
-
BLE_MESH_MIC_SHORT
)
;
transport.c:762
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