Lines Matching refs:remote_id
483 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
485 rsp.local_id = req->remote_id; in a2mp_createphyslink_req()
486 rsp.remote_id = req->local_id; in a2mp_createphyslink_req()
488 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req()
494 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req()
496 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req()
561 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
563 rsp.local_id = req->remote_id; in a2mp_discphyslink_req()
564 rsp.remote_id = req->local_id; in a2mp_discphyslink_req()
567 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req()
985 req->remote_id = bredr_chan->remote_amp_id; in a2mp_send_create_phy_link_req()
1009 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp()