Home | History | Annotate | Download | only in btm

Lines Matching refs:new_role

533 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role,
559 if (p->link_role == new_role) return (BTM_SUCCESS);
609 btsnd_hcic_switch_role(remote_bd_addr, new_role);
621 btm_cb.devcb.switch_role_ref_data.role = new_role;
685 evt.new_role = btm_cb.devcb.switch_role_ref_data.role;
693 "Role Switch Event: new_role 0x%02x, HCI Status 0x%02x, rs_st:%d",
694 evt.new_role, evt.hci_status, p->switch_role_state);
1431 uint8_t new_role) {
1450 p_data->role = new_role;
1454 p->link_role = new_role;
1458 if (new_role == BTM_ROLE_MASTER) {
1463 new_role = p->link_role;
1492 evt.new_role = new_role;
1501 "Role Switch Event: new_role 0x%02x, HCI Status 0x%02x, rs_st:%d",