Searched refs:hci_recv_diag (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcm.c | 658 { BCM_RECV_LM_DIAG, .recv = hci_recv_diag }, 659 { BCM_RECV_NULL, .recv = hci_recv_diag }, 660 { BCM_RECV_TYPE49, .recv = hci_recv_diag }, 661 { BCM_RECV_TYPE52, .recv = hci_recv_diag },
|
| H A D | bpa10x.c | 81 { HCI_RECV_VENDOR, .recv = hci_recv_diag },
|
| H A D | hci_qca.c | 961 return hci_recv_diag(hdev, skb); in qca_recv_acl_data()
|
| H A D | btusb.c | 1199 hci_recv_diag(hdev, skb); in btusb_diag_complete()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 603 hci_recv_diag
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 1215 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 3965 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag() function 3978 EXPORT_SYMBOL(hci_recv_diag);
|