Lines Matching refs:remote_id
484 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
488 rsp.local_id = req->remote_id; in a2mp_createphyslink_req()
489 rsp.remote_id = req->local_id; in a2mp_createphyslink_req()
491 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req()
497 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req()
499 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req()
564 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
568 rsp.local_id = req->remote_id; in a2mp_discphyslink_req()
569 rsp.remote_id = req->local_id; in a2mp_discphyslink_req()
572 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req()
994 req->remote_id = bredr_chan->remote_amp_id; in a2mp_send_create_phy_link_req()
1020 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp()