ESP-IDF
HCIC_BLE_ENCRYT_KEY_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HCIC_BLE_ENCRYT_KEY_SIZE
HCIC_BLE_ENCRYT_KEY_SIZE macro
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:715
#define
HCIC_BLE_ENCRYT_KEY_SIZE
16
Examples
References
from
examples
Code
Location
#define
HCIC_BLE_ENCRYT_KEY_SIZE
16
hcimsgs.h:715
#define
HCIC_BLE_ENCRYT_KEY_SIZE
16
hcimsgs.h:742
if
(
key_len
>
HCIC_BLE_ENCRYT_KEY_SIZE
)
{
hciblecmds.c:576
key_len
=
HCIC_BLE_ENCRYT_KEY_SIZE
;
hciblecmds.c:577
if
(
pt_len
>
HCIC_BLE_ENCRYT_KEY_SIZE
)
{
hciblecmds.c:579
pt_len
=
HCIC_BLE_ENCRYT_KEY_SIZE
;
hciblecmds.c:580
pp
+=
(
HCIC_BLE_ENCRYT_KEY_SIZE
-
key_len
)
;
hciblecmds.c:584
UINT16
ediv
,
UINT8
ltk
[
HCIC_BLE_ENCRYT_KEY_SIZE
]
)
hciblecmds.c:616
ARRAY_TO_STREAM
(
pp
,
ltk
,
HCIC_BLE_ENCRYT_KEY_SIZE
)
;
hciblecmds.c:636
BOOLEAN
btsnd_hcic_ble_ltk_req_reply
(
UINT16
handle
,
UINT8
ltk
[
HCIC_BLE_ENCRYT_KEY_SIZE
]
)
hciblecmds.c:642
ARRAY_TO_STREAM
(
pp
,
ltk
,
HCIC_BLE_ENCRYT_KEY_SIZE
)
;
hciblecmds.c:660
ARRAY_TO_STREAM
(
pp
,
irk_peer
,
HCIC_BLE_ENCRYT_KEY_SIZE
)
;
hciblecmds.c:858
ARRAY_TO_STREAM
(
pp
,
irk_local
,
HCIC_BLE_ENCRYT_KEY_SIZE
)
;
hciblecmds.c:859
#define
HCIC_PARAM_SIZE_BLE_START_ENC
(
4
+
HCIC_BLE_RAND_DI_SIZE
+
HCIC_BLE_ENCRYT_KEY_SIZE
)
hcimsgs.h:743
#define
HCIC_PARAM_SIZE_LTK_REQ_REPLY
(
2
+
HCIC_BLE_ENCRYT_KEY_SIZE
)
hcimsgs.h:744
UINT16
ediv
,
UINT8
ltk
[
HCIC_BLE_ENCRYT_KEY_SIZE
]
)
;
hcimsgs.h:862
BOOLEAN
btsnd_hcic_ble_ltk_req_reply
(
UINT16
handle
,
UINT8
ltk
[
HCIC_BLE_ENCRYT_KEY_SIZE
]
)
;
hcimsgs.h:864
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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