commit | ef222013fc8c1a2fcba5c7ab169be8ffcb778ec4 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Wed Jul 11 06:42:04 2007 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Jul 11 06:42:04 2007 +0200 |
tree | 706fb330afd783755eee511bd9182e507c88c5e6 | |
parent | 7dcca30a32aadb0520417521b0c44f42d09fe05c [diff] |
[Bluetooth] Add hci_recv_fragment() helper function Most drivers must handle fragmented HCI data packets and events. This patch adds a generic function for their reassembly to the Bluetooth core layer and thus allows to shrink the complexity of the drivers. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>