ESP-IDF
BTM_SEC_LE_LINK_KEY_KNOWN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
BTM_SEC_LE_LINK_KEY_KNOWN
BTM_SEC_LE_LINK_KEY_KNOWN macro
Syntax
Show:
Summary
Declaration
from
btm_int.h:624
#define
BTM_SEC_LE_LINK_KEY_KNOWN
0x1000
Examples
References
from
examples
Code
Location
#define
BTM_SEC_LE_LINK_KEY_KNOWN
0x1000
/* bonded with peer (peer LTK and/or SRK is saved) */
btm_int.h:624
if
(
(
p_dev_rec
->
sec_flags
&
BTM_SEC_LE_LINK_KEY_KNOWN
)
==
0
)
{
btm_acl.c:470
p_rec
->
sec_flags
|=
BTM_SEC_LE_LINK_KEY_KNOWN
;
btm_ble.c:1301
p_rec
->
sec_flags
|=
BTM_SEC_LE_LINK_KEY_KNOWN
;
btm_ble.c:1334
p_rec
->
sec_flags
|=
BTM_SEC_LE_LINK_KEY_KNOWN
;
btm_ble.c:1356
|
BTM_SEC_LE_NAME_KNOWN
|
BTM_SEC_LE_LINK_KEY_KNOWN
btm_dev.c:441
||
(
(
p_dev_rec
->
sec_flags
&
(
BTM_SEC_LINK_KEY_KNOWN
|
BTM_SEC_LE_LINK_KEY_KNOWN
)
)
!=
0
)
)
{
btm_dev.c:660
#define
BTM_SEC_LE_MASK
(
BTM_SEC_LE_AUTHENTICATED
|
BTM_SEC_LE_ENCRYPTED
|
BTM_SEC_LE_LINK_KEY_KNOWN
|
BTM_SEC_LE_LINK_KEY_AUTHED
)
btm_int.h:720
&&
(
!
(
p_dev_rec
->
sec_flags
&
BTM_SEC_LE_LINK_KEY_KNOWN
)
||
btm_sec.c:3978
p_dev_rec
->
sec_flags
&=
~
(
BTM_SEC_LE_LINK_KEY_KNOWN
)
;
btm_sec.c:4136
(
!
(
p_dev_rec
->
sec_flags
&
BTM_SEC_LE_LINK_KEY_KNOWN
)
||
btm_sec.c:4154
p_dev_rec
->
sec_flags
&=
~
(
BTM_SEC_LE_LINK_KEY_KNOWN
<
<
bit_shift
)
;
btm_sec.c:4431
(
(
p_dev_rec
->
ble
.
key_type
&&
(
p_dev_rec
->
sec_flags
&
BTM_SEC_LE_LINK_KEY_KNOWN
)
)
||
btm_sec.c:6171
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