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