ESP-IDF
ble_sm_ltk_req_reply_tx()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/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_ltk_req_reply_tx()
ble_sm_ltk_req_reply_tx() function
Syntax
Show:
Summary
Declaration
from
ble_sm.c:1325
static
int
ble_sm_ltk_req_reply_tx
(
uint16_t
conn_handle
,
const
uint8_t
*
ltk
)
;
Arguments
Argument
conn_handle
ltk
Examples
References
from
examples
Code
Location
Referrer
ble_sm_ltk_req_reply_tx
(
uint16_t
conn_handle
,
const
uint8_t
*
ltk
)
ble_sm.c:1326
res
->
app_status
=
ble_sm_ltk_req_reply_tx
(
proc
->
conn_handle
,
proc
->
ltk
)
;
ble_sm.c:1377
ble_sm_ltk_start_exec()
res
->
app_status
=
ble_sm_ltk_req_reply_tx
(
ble_sm.c:1397
ble_sm_ltk_restore_exec()
Call Tree
from
examples
ble_sm_ltk_req_reply_tx()
is called by 2 functions and calls 1 function:
ble_sm_ltk_start_exec()
ble_sm_ltk_restore_exec()
All items filtered out
ble_sm_ltk_req_reply_tx()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
ble_sm_ltk_req_reply_tx()
reads 2 variables and writes 1 variable:
ble_hci_le_lt_key_req_reply_cp::ltk
ble_hci_le_lt_key_req_reply_rp::conn_handle
All items filtered out
ble_sm_ltk_req_reply_tx()
ble_hci_le_lt_key_req_reply_cp::conn_handle
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