Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1062 static inline __u8 hci_conn_lookup_type(struct hci_dev *hdev, __u16 handle) in hci_conn_lookup_type() function
/openbmc/linux/net/bluetooth/
H A Dhci_core.c2892 type = hci_conn_lookup_type(hdev, hci_handle(handle)); in hci_recv_frame()
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1225 switch (hci_conn_lookup_type(hdev, handle)) { in btusb_validate_sco_handle()