From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Changes: PATCHv1: added check for packet len before accessing it. RFCv2: taken Marcel's comments: added check for flow control, removed magic pointers and numbers, added SCO type check. Simplify current handling of number of completed packets. Adds basic HCI commands and event handlers related to data block flow control. Andrei Emeltchenko (6): Bluetooth: Add HCI Read Data Block Size function Bluetooth: Simplify num_comp_pkts_evt function Bluetooth: Check for flow control mode Bluetooth: Clean up magic pointers Bluetooth: Correct packet len calculation Bluetooth: Process num completed data blocks event include/net/bluetooth/hci.h | 28 +++++++- include/net/bluetooth/hci_core.h | 5 + net/bluetooth/hci_event.c | 151 +++++++++++++++++++++++++++++++------- 3 files changed, 157 insertions(+), 27 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html