ESP-IDF
bt_mesh_sg::len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_sg::len
bt_mesh_sg::len field
Syntax
Show:
Summary
Declaration
from
crypto.h:22
size_t
len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
len
;
crypto.h:22
size_t
len
;
crypto.h:15
sg
->
len
)
==
TC_CRYPTO_FAIL
)
{
crypto.c:44
bt_mesh_aes_cmac()
sg
[
0
]
.
len
=
0
;
crypto.c:95
bt_mesh_k2()
sg
[
1
]
.
len
=
p_len
;
crypto.c:97
bt_mesh_k2()
sg
[
2
]
.
len
=
sizeof
(
pad
)
;
crypto.c:99
bt_mesh_k2()
sg
[
0
]
.
len
=
sizeof
(
out
)
;
crypto.c:109
bt_mesh_k2()
if
(
sg
->
len
!=
0
&&
sg
->
data
!=
NULL
)
{
crypto.c:64
bt_mesh_aes_cmac()
if
(
(
rc
=
mbedtls_cipher_cmac_update
(
&
ctx
,
sg
->
data
,
sg
->
len
)
)
!=
0
)
{
crypto.c:65
bt_mesh_aes_cmac()
sg
[
0
]
.
len
=
0
;
crypto.c:146
bt_mesh_k2()
sg
[
1
]
.
len
=
p_len
;
crypto.c:148
bt_mesh_k2()
sg
[
2
]
.
len
=
sizeof
(
pad
)
;
crypto.c:150
bt_mesh_k2()
sg
[
0
]
.
len
=
sizeof
(
out
)
;
crypto.c:160
bt_mesh_k2()
.
struct_sg_off_len
=
offsetof
(
struct
bt_mesh_sg
,
len
)
,
ext.c:4241
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_sg::len
is written by 1 function and is read by 1 function:
bt_mesh_k2()
All items filtered out
bt_mesh_sg::len
bt_mesh_aes_cmac()
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