Home
last modified time | relevance | path

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

/net/bluetooth/
Da2mp.c448 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req()
450 rsp.local_id = req->remote_id; in a2mp_createphyslink_req()
451 rsp.remote_id = req->local_id; in a2mp_createphyslink_req()
453 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req()
459 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req()
461 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req()
526 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req()
528 rsp.local_id = req->remote_id; in a2mp_discphyslink_req()
529 rsp.remote_id = req->local_id; in a2mp_discphyslink_req()
532 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req()
[all …]
Damp.c111 u8 remote_id, bool out) in phylink_add() argument
125 hcon->remote_id = remote_id; in phylink_add()
268 ctrl = amp_ctrl_lookup(mgr, hcon->remote_id); in amp_write_rem_assoc_frag()
394 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm()
430 cp.rx_flow_spec.id = chan->remote_id; in amp_create_logical_link()
Dl2cap_core.c3432 chan->remote_id = efs.id; in l2cap_parse_conf_req()