Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bluetooth/
Dbtusb.c301 if (hci_recv_fragment(hdev, HCI_EVENT_PKT, in btusb_intr_complete()
389 if (hci_recv_fragment(hdev, HCI_ACLDATA_PKT, in btusb_bulk_complete()
482 if (hci_recv_fragment(hdev, HCI_SCODATA_PKT, in btusb_isoc_complete()
/linux-3.4.99/include/net/bluetooth/
Dhci_core.h702 int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count);
/linux-3.4.99/net/bluetooth/
Dhci_core.c2060 int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count) in hci_recv_fragment() function
2078 EXPORT_SYMBOL(hci_recv_fragment);