Home
last modified time | relevance | path

Searched refs:remote_id (Results 1 – 5 of 5) sorted by relevance

/net/bluetooth/
Da2mp.c476 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()
[all …]
Damp.c106 u8 remote_id, bool out) in phylink_add() argument
121 hcon->remote_id = remote_id; in phylink_add()
338 ctrl = amp_ctrl_lookup(mgr, hcon->remote_id); in amp_write_rem_assoc_frag()
515 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm()
552 cp.rx_flow_spec.id = chan->remote_id; in amp_create_logical_link()
Da2mp.h103 __u8 remote_id; member
111 __u8 remote_id; member
Damp.h27 u8 remote_id, bool out);
Dl2cap_core.c3530 chan->remote_id = efs.id; in l2cap_parse_conf_req()