Home
last modified time | relevance | path

Searched refs:legacy_auth_state (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h137 UINT8 legacy_auth_state; member
1247 void btm_sec_update_legacy_auth_state(tACL_CONN *p_acl_cb, UINT8 legacy_auth_state);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c5222 ((p_acl_cb->legacy_auth_state & BTM_ACL_LEGACY_AUTH_SELF) == 0)) { in btm_sec_execute_procedure()
6308 void btm_sec_update_legacy_auth_state(tACL_CONN *p_acl_cb, UINT8 legacy_auth_state) in btm_sec_update_legacy_auth_state() argument
6314 (legacy_auth_state != BTM_ACL_LEGACY_AUTH_NONE)) { in btm_sec_update_legacy_auth_state()
6315 p_acl_cb->legacy_auth_state |= legacy_auth_state; in btm_sec_update_legacy_auth_state()
6317 p_acl_cb->legacy_auth_state = BTM_ACL_LEGACY_AUTH_NONE; in btm_sec_update_legacy_auth_state()