Home
last modified time | relevance | path

Searched refs:switch_role_failed_attempts (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/acl/
Dacl.cc44 switch_role_failed_attempts = 0; in Reset()
Dacl.h232 uint8_t switch_role_failed_attempts; member
Dbtm_acl.cc394 p_acl->switch_role_failed_attempts = 0; in btm_acl_created()
1350 p->switch_role_failed_attempts = 0; in btm_rejectlist_role_change_device()
1365 p->switch_role_failed_attempts++; in btm_rejectlist_role_change_device()
1366 if (p->switch_role_failed_attempts == BTM_MAX_SW_ROLE_FAILED_ATTEMPTS) { in btm_rejectlist_role_change_device()
1370 bd_addr.ToString().c_str(), p->switch_role_failed_attempts); in btm_rejectlist_role_change_device()