Lines Matching refs:remote_bd_addr
319 (bda && btm_cb.devcb.switch_role_ref_data.remote_bd_addr == *bda)) { in btm_acl_report_role_change()
504 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() argument
507 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR); in BTM_GetRole()
537 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role, in BTM_SwitchRole() argument
547 __func__, remote_bd_addr.ToString().c_str(), new_role, p_cb, in BTM_SwitchRole()
556 << btm_cb.devcb.switch_role_ref_data.remote_bd_addr; in BTM_SwitchRole()
560 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR); in BTM_SwitchRole()
566 if (interop_match_addr(INTEROP_DISABLE_ROLE_SWITCH, &remote_bd_addr)) in BTM_SwitchRole()
570 is_sco_active = btm_is_sco_active_by_bdaddr(remote_bd_addr); in BTM_SwitchRole()
580 if (interop_match_addr(INTEROP_DYNAMIC_ROLE_SWITCH, &remote_bd_addr)) { in BTM_SwitchRole()
600 p_dev_rec = btm_find_dev(remote_bd_addr); in BTM_SwitchRole()
612 btsnd_hcic_switch_role(remote_bd_addr, new_role); in BTM_SwitchRole()
623 btm_cb.devcb.switch_role_ref_data.remote_bd_addr = remote_bd_addr; in BTM_SwitchRole()
689 evt.p_bda = &btm_cb.devcb.switch_role_ref_data.remote_bd_addr; in btm_acl_encrypt_change()
1480 (bd_addr) ? bd_addr : &btm_cb.devcb.switch_role_ref_data.remote_bd_addr; in btm_acl_role_changed()
1500 p_data->remote_bd_addr = *p_bda; in btm_acl_role_changed()