[Bluetooth] Add hci_recv_fragment() helper function
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Jul 2007 04:42:04 +0000 (06:42 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Jul 2007 04:42:04 +0000 (06:42 +0200)
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>

No differences found