Searched refs:legacy_auth_state (Results 1 – 2 of 2) sorted by relevance
137 UINT8 legacy_auth_state; member1247 void btm_sec_update_legacy_auth_state(tACL_CONN *p_acl_cb, UINT8 legacy_auth_state);
5222 ((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() argument6314 (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()