dest_amp_id 413 include/net/bluetooth/l2cap.h __u8 dest_amp_id; dest_amp_id 4615 net/bluetooth/l2cap_core.c static void l2cap_send_move_chan_req(struct l2cap_chan *chan, u8 dest_amp_id) dest_amp_id 4620 net/bluetooth/l2cap_core.c BT_DBG("chan %p, dest_amp_id %d", chan, dest_amp_id); dest_amp_id 4626 net/bluetooth/l2cap_core.c req.dest_amp_id = dest_amp_id; dest_amp_id 4977 net/bluetooth/l2cap_core.c BT_DBG("icid 0x%4.4x, dest_amp_id %d", icid, req->dest_amp_id); dest_amp_id 5001 net/bluetooth/l2cap_core.c if (chan->local_amp_id == req->dest_amp_id) { dest_amp_id 5006 net/bluetooth/l2cap_core.c if (req->dest_amp_id != AMP_ID_BREDR) { dest_amp_id 5008 net/bluetooth/l2cap_core.c hdev = hci_dev_get(req->dest_amp_id); dest_amp_id 5033 net/bluetooth/l2cap_core.c chan->move_id = req->dest_amp_id; dest_amp_id 5036 net/bluetooth/l2cap_core.c if (req->dest_amp_id == AMP_ID_BREDR) {