Lines Matching refs:remote_id
468 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
470 rsp.local_id = req->remote_id; in a2mp_createphyslink_req()
471 rsp.remote_id = req->local_id; in a2mp_createphyslink_req()
473 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req()
479 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req()
481 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req()
546 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
548 rsp.local_id = req->remote_id; in a2mp_discphyslink_req()
549 rsp.remote_id = req->local_id; in a2mp_discphyslink_req()
552 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req()
970 req->remote_id = bredr_chan->remote_amp_id; in a2mp_send_create_phy_link_req()
994 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp()