Lines Matching refs:remote_id
484 BT_DBG("local_id %u, remote_id %u", 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()
565 BT_DBG("local_id %u remote_id %u", req->local_id, req->remote_id); in a2mp_discphyslink_req()
569 rsp.local_id = req->remote_id; in a2mp_discphyslink_req()
570 rsp.remote_id = req->local_id; in a2mp_discphyslink_req()
573 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req()
995 req->remote_id = bredr_chan->remote_amp_id; in a2mp_send_create_phy_link_req()
1021 rsp.remote_id = hs_hcon->remote_id; in a2mp_send_create_phy_link_rsp()