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(-) -- 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