ESP-IDF
trans_encrypt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
trans_encrypt()
trans_encrypt() function
Syntax
Show:
Summary
Declaration
from
transport.c:611
static
int
trans_encrypt
(
const
struct
bt_mesh_net_tx
*
tx
,
const
uint8_t
*
key
,
struct
os_mbuf
*
msg
)
;
Arguments
Argument
tx
key
msg
Related Functions
Found 14 other functions taking a
bt_mesh_net_tx
argument:
Function
bt_mesh_ctl_send()
bt_mesh_net_encode()
bt_mesh_net_send()
bt_mesh_trans_send()
bt_mesh_friend_enqueue_tx()
model_send()
send_seg()
send_unseg()
send_seg()
send_unseg()
net_tx_cred_get()
net_header_encode()
friend_lpn_enqueue_tx()
loopback()
Examples
References
from
examples
Code
Location
Referrer
static
int
trans_encrypt
(
const
struct
bt_mesh_net_tx
*
tx
,
const
uint8_t
*
key
,
transport.c:611
err
=
trans_encrypt
(
tx
,
key
,
msg
)
;
transport.c:688
bt_mesh_trans_send()
Call Tree
from
examples
trans_encrypt()
is called by 1 function and calls 3 functions:
bt_mesh_trans_send()
All items filtered out
trans_encrypt()
atomic_test_bit()
bt_mesh_app_encrypt()
bt_mesh_va_label_get()
All items filtered out
Data Use
from
examples
trans_encrypt()
reads 10 variables and writes 1 variable:
bt_mesh_msg_ctx::app_idx
bt_mesh_msg_ctx::addr
::BT_MESH_IVU_IN_PROGRESS
bt_mesh_net::iv_index
bt_mesh_net::seq
bt_mesh_net::flags
bt_mesh_net_tx::ctx
bt_mesh_net_tx::src
bt_mesh_net_tx::aszmic
bt_mesh
All items filtered out
trans_encrypt()
bt_mesh_app_crypto_ctx::ad
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