hci_chan_lookup_handle 920 include/net/bluetooth/hci_core.h struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle); hci_chan_lookup_handle 3709 net/bluetooth/hci_event.c chan = hci_chan_lookup_handle(hdev, handle); hci_chan_lookup_handle 4869 net/bluetooth/hci_event.c hchan = hci_chan_lookup_handle(hdev, le16_to_cpu(ev->handle));