Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc231 p->switch_role_failed_attempts = 0; in btm_acl_created()
1438 p->switch_role_failed_attempts = 0; in btm_blacklist_role_change_device()
1454 p->switch_role_failed_attempts++; in btm_blacklist_role_change_device()
1455 if (p->switch_role_failed_attempts == BTM_MAX_SW_ROLE_FAILED_ATTEMPTS) { in btm_blacklist_role_change_device()
1459 __func__, bd_addr.ToString().c_str(), p->switch_role_failed_attempts); in btm_blacklist_role_change_device()
Dbtm_int_types.h94 uint8_t switch_role_failed_attempts; member