Lines Matching refs:remote_id
476 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
478 rsp.local_id = req->remote_id; in a2mp_createphyslink_req()
479 rsp.remote_id = req->local_id; in a2mp_createphyslink_req()
481 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req()
487 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req()
489 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req()
554 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
556 rsp.local_id = req->remote_id; in a2mp_discphyslink_req()
557 rsp.remote_id = req->local_id; in a2mp_discphyslink_req()
560 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req()
978 req->remote_id = bredr_chan->remote_amp_id; in a2mp_send_create_phy_link_req()
1002 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp()