ESP-IDF
BTM_CMAC_TLEN_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTM_CMAC_TLEN_SIZE
BTM_CMAC_TLEN_SIZE macro
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:204
#define
BTM_CMAC_TLEN_SIZE
8
Examples
References
from
examples
Code
Location
#define
BTM_CMAC_TLEN_SIZE
8
/* 64 bits */
btm_ble_api.h:204
BTM_CMAC_TLEN_SIZE
,
p_mac
)
)
==
TRUE
)
{
btm_ble.c:2352
UINT8
p_mac
[
BTM_CMAC_TLEN_SIZE
]
;
btm_ble.c:2387
if
(
aes_cipher_msg_auth_code
(
p_rec
->
ble
.
keys
.
pcsrk
,
p_orig
,
len
,
BTM_CMAC_TLEN_SIZE
,
p_mac
)
)
{
btm_ble.c:2399
if
(
memcmp
(
p_mac
,
p_comp
,
BTM_CMAC_TLEN_SIZE
)
==
0
)
{
btm_ble.c:2400
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