Searched refs:switch_role_failed_attempts (Results 1 – 2 of 2) sorted by relevance
233 p->switch_role_failed_attempts = 0; in btm_acl_created()1415 p->switch_role_failed_attempts = 0; in btm_blacklist_role_change_device()1431 p->switch_role_failed_attempts++; in btm_blacklist_role_change_device()1432 if (p->switch_role_failed_attempts == BTM_MAX_SW_ROLE_FAILED_ATTEMPTS) { in btm_blacklist_role_change_device()1436 __func__, bd_addr.ToString().c_str(), p->switch_role_failed_attempts); in btm_blacklist_role_change_device()
93 uint8_t switch_role_failed_attempts; member