Home | History | Annotate | Download | only in btm

Lines Matching refs:new_role

600 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb)
636 if (p->link_role == new_role)
690 if (!btsnd_hcic_switch_role (remote_bd_addr, new_role))
707 btm_cb.devcb.switch_role_ref_data.role = new_role;
784 evt.new_role = btm_cb.devcb.switch_role_ref_data.role;
789 BTM_TRACE_DEBUG("Role Switch Event: new_role 0x%02x, HCI Status 0x%02x, rs_st:%d",
790 evt.new_role, evt.hci_status, p->switch_role_state);
1452 void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role)
1475 p_data->role = new_role;
1479 p->link_role = new_role;
1482 if (new_role == BTM_ROLE_MASTER)
1490 new_role = p->link_role;
1523 evt.new_role = new_role;
1529 BTM_TRACE_DEBUG("Role Switch Event: new_role 0x%02x, HCI Status 0x%02x, rs_st:%d",