[PATCH 0/5] Bluetooth: HCI command synchronisation fixes
From: Johan Hedberg <hidden>
Date: 2013-03-06 07:16:26
Hi,
This set of patches fixes HCI command synchronization for powered, UUID
and Class of Device related mgmt commands. It fixes these issues by
using asynchronous transactions to wait for the completion of the
associated HCI commands and only then responds to user space with a mgmt
command complete event.
Johan
----------------------------------------------------------------
Johan Hedberg (5):
Bluetooth: Move power on HCI command updates to their own function
Bluetooth: Update mgmt powered HCI commands to use async requests
Bluetooth: Wait for HCI command completion with mgmt_set_powered
Bluetooth: Fix UUID/class mgmt command response synchronization
Bluetooth: Remove useless HCI_PENDING_CLASS flag
include/net/bluetooth/hci.h | 1 -
net/bluetooth/hci_event.c | 3 +-
net/bluetooth/mgmt.c | 288 ++++++++++++++++++++++++++++---------------
3 files changed, 190 insertions(+), 102 deletions(-)