ESP-IDF
bt_mesh_app_decrypt()
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
bt_mesh_app_decrypt()
bt_mesh_app_decrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:149
int
bt_mesh_app_decrypt
(
const
uint8_t
key
[
16
]
,
bool
dev_key
,
uint8_t
aszmic
,
struct
net_buf_simple
*
buf
,
struct
net_buf_simple
*
out
,
const
uint8_t
*
ad
,
uint16_t
src
,
uint16_t
dst
,
uint32_t
seq_num
,
uint32_t
iv_index
)
;
Implemented in
crypto.c:720
Arguments
Argument
key
dev_key
aszmic
buf
out
ad
src
dst
seq_num
iv_index
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