bredr_hcon        499 net/bluetooth/amp.c void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon)
bredr_hcon        501 net/bluetooth/amp.c 	struct hci_dev *bredr_hdev = hci_dev_hold(bredr_hcon->hdev);
bredr_hcon        505 net/bluetooth/amp.c 	BT_DBG("bredr_hcon %p hs_hcon %p mgr %p", bredr_hcon, hs_hcon, mgr);
bredr_hcon         56 net/bluetooth/amp.h void amp_physical_cfm(struct hci_conn *bredr_hcon, struct hci_conn *hs_hcon);
bredr_hcon       4781 net/bluetooth/hci_event.c 	struct hci_conn *hcon, *bredr_hcon;
bredr_hcon       4800 net/bluetooth/hci_event.c 	bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon;
bredr_hcon       4803 net/bluetooth/hci_event.c 	bacpy(&hcon->dst, &bredr_hcon->dst);
bredr_hcon       4812 net/bluetooth/hci_event.c 	amp_physical_cfm(bredr_hcon, hcon);