ESP-IDF
tACL_CONN::encrypt_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tACL_CONN::encrypt_state
tACL_CONN::encrypt_state field
Syntax
Show:
Summary
Declaration
from
btm_int.h:151
UINT8
encrypt_state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
encrypt_state
;
/* overall BTM encryption state */
btm_int.h:151
if
(
p
->
encrypt_state
!=
BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF
)
{
btm_acl.c:730
BTM_SwitchRole()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF
;
btm_acl.c:734
BTM_SwitchRole()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_IDLE
;
btm_acl.c:795
btm_acl_encrypt_change()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_TEMP_FUNC
;
btm_acl.c:798
btm_acl_encrypt_change()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_IDLE
;
btm_acl.c:803
btm_acl_encrypt_change()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_IDLE
;
btm_acl.c:818
btm_acl_encrypt_change()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_ENCRYPT_ON
;
btm_acl.c:1510
btm_acl_role_changed()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_IDLE
;
btm_acl.c:1520
btm_acl_role_changed()
p
->
encrypt_state
=
BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF
;
btm_acl.c:2453
btm_cont_rswitch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tACL_CONN::encrypt_state
is written by 4 functions and is read by 1 function:
BTM_SwitchRole()
btm_acl_encrypt_change()
btm_acl_role_changed()
btm_cont_rswitch()
All items filtered out
tACL_CONN::encrypt_state
BTM_SwitchRole()
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