Files
i2som-imx-linux-4.1/drivers/bluetooth
Loic Poulain 4da2289bb7 Bluetooth: hci_uart: Fix zero len data packet reception issue
Packets with a variable length value equal to zero were not received.

Since no more data expected (and input buffer entirely consumed), we
need to complete/forward the packet immediately instead of waiting for
more data.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Fugang Duan <B38611@freescale.com>
2016-01-14 11:01:45 -06:00
..