diff options
author | Suraj Sumangala <suraj@atheros.com> | 2010-07-14 03:32:19 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-21 13:39:12 -0400 |
commit | 9981151086385eecc2febf4ba95a14593f834b3d (patch) | |
tree | 3cdda7fe4c3d5d3bf05e9ca6fb8f9f1b6ab1c226 /include | |
parent | f39a3c06404d01ef2ce47e821bc778dfb1836df9 (diff) |
Bluetooth: Implemented HCI frame reassembly for RX from stream
Implemented frame reassembly implementation for reassembling fragments
received from stream.
Signed-off-by: Suraj Sumangala <suraj@atheros.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 28e5eeefdec8..350b3e6964bd 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -437,6 +437,7 @@ void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb); | |||
437 | 437 | ||
438 | int hci_recv_frame(struct sk_buff *skb); | 438 | int hci_recv_frame(struct sk_buff *skb); |
439 | int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count); | 439 | int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count); |
440 | int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count); | ||
440 | 441 | ||
441 | int hci_register_sysfs(struct hci_dev *hdev); | 442 | int hci_register_sysfs(struct hci_dev *hdev); |
442 | void hci_unregister_sysfs(struct hci_dev *hdev); | 443 | void hci_unregister_sysfs(struct hci_dev *hdev); |