Lines Matching refs:rs_disc_pending
697 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in BTM_SwitchRole()
768 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_acl_encrypt_change()
797 if (p_dev_rec->rs_disc_pending == BTM_SEC_DISC_PENDING) in btm_acl_encrypt_change()
803 PTR_TO_UINT(p_dev_rec), p_dev_rec->rs_disc_pending); in btm_acl_encrypt_change()
804 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_acl_encrypt_change()
1536 if (p_dev_rec->rs_disc_pending == BTM_SEC_DISC_PENDING) in btm_acl_role_changed()
1542 PTR_TO_UINT(p_dev_rec), p_dev_rec->rs_disc_pending); in btm_acl_role_changed()
1543 p_dev_rec->rs_disc_pending = BTM_SEC_RS_NOT_PENDING; /* reset flag */ in btm_acl_role_changed()
2367 if (p_dev_rec && (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING)) in btm_remove_acl()
2369 p_dev_rec->rs_disc_pending = BTM_SEC_DISC_PENDING; in btm_remove_acl()
2453 p_dev_rec->rs_disc_pending = BTM_SEC_RS_PENDING; in btm_cont_rswitch()