ESP-IDF
bt_mesh_encrypt_le()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_encrypt_le()
bt_mesh_encrypt_le() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:796
int
bt_mesh_encrypt_le
(
const
uint8_t
key
[
16
]
,
const
uint8_t
plaintext
[
16
]
,
uint8_t
enc_data
[
16
]
)
;
Implemented in
adapter.c:1936
Arguments
Argument
key
plaintext
enc_data
Examples
References
from
examples
Code
Location
int
bt_mesh_encrypt_le
(
const
uint8_t
key
[
16
]
,
const
uint8_t
plaintext
[
16
]
,
adapter.c:1936
int
bt_mesh_encrypt_le
(
const
uint8_t
key
[
16
]
,
const
uint8_t
plaintext
[
16
]
,
adapter.h:796
Call Tree
from
examples
bt_mesh_encrypt_le()
calls 9 functions:
All items filtered out
bt_mesh_encrypt_le()
esp_log_timestamp()
esp_log_write()
sys_memcpy_swap()
sys_mem_swap()
bt_hex()
esp_aes_crypt_ecb()
esp_aes_init()
esp_aes_free()
esp_aes_setkey()
All items filtered out
Data Use
from
examples
bt_mesh_encrypt_le()
reads 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
All items filtered out
bt_mesh_encrypt_le()
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