ESP-IDF
ble_sm_start_encrypt_tx()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
ble_sm_start_encrypt_tx()
ble_sm_start_encrypt_tx() function
$enc *
Syntax
Show:
Summary
Declaration
from
ble_sm.c:1139
static
int
ble_sm_start_encrypt_tx
(
struct
hci_start_encrypt
*
params
)
;
Arguments
Argument
params
Examples
References
from
examples
Code
Location
Referrer
ble_sm_start_encrypt_tx
(
struct
hci_start_encrypt
*
params
)
ble_sm.c:1140
rc
=
ble_sm_start_encrypt_tx
(
&
cmd
)
;
ble_sm.c:1168
ble_sm_enc_start_exec()
res
->
app_status
=
ble_sm_start_encrypt_tx
(
cmd
)
;
ble_sm.c:1187
ble_sm_enc_restore_exec()
Call Tree
from
examples
ble_sm_start_encrypt_tx()
is called by 2 functions and calls 1 function:
ble_sm_enc_start_exec()
ble_sm_enc_restore_exec()
All items filtered out
ble_sm_start_encrypt_tx()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
ble_sm_start_encrypt_tx()
reads 5 variables and writes 3 variables:
ble_hci_le_start_encrypt_cp::ltk
hci_start_encrypt::connection_handle
hci_start_encrypt::encrypted_diversifier
hci_start_encrypt::random_number
hci_start_encrypt::long_term_key
All items filtered out
ble_sm_start_encrypt_tx()
ble_hci_le_start_encrypt_cp::conn_handle
ble_hci_le_start_encrypt_cp::rand
ble_hci_le_start_encrypt_cp::div
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