ESP-IDF
btsnd_hcic_ble_encrypt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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
btsnd_hcic_ble_encrypt()
btsnd_hcic_ble_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
hcimsgs.h:856
BOOLEAN
btsnd_hcic_ble_encrypt
(
UINT8
*
key
,
UINT8
key_len
,
UINT8
*
plain_text
,
UINT8
pt_len
,
void
*
p_cmd_cplt_cback
)
;
Implemented in
hciblecmds.c:552
Arguments
Argument
key
key_len
plain_text
pt_len
p_cmd_cplt_cback
Examples
References
from
examples
Code
Location
BOOLEAN
btsnd_hcic_ble_encrypt
(
UINT8
*
key
,
UINT8
key_len
,
hciblecmds.c:552
BOOLEAN
btsnd_hcic_ble_encrypt
(
UINT8
*
key
,
UINT8
key_len
,
UINT8
*
plain_text
,
UINT8
pt_len
,
void
*
p_cmd_cplt_cback
)
;
hcimsgs.h:856
Call Tree
from
examples
btsnd_hcic_ble_encrypt()
calls 2 functions:
All items filtered out
btsnd_hcic_ble_encrypt()
btu_hcif_send_cmd()
hci_get_cmd_buf()
All items filtered out
Data Use
from
examples
btsnd_hcic_ble_encrypt()
writes 3 variables:
All items filtered out
btsnd_hcic_ble_encrypt()
BT_HDR::len
BT_HDR::offset
hci_cmd_metadata_t::context
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