gecko-dev/dom/bluetooth/bluedroid
Thomas Zimmermann 79b0cc601a Bug 1158818: Only store Bluetooth result runnable after command has been sent successfully, r=shuang
With the current code, the Bluetooth result runnable is saved for
receiving before a command has been sent successfully. If sending
fails afterwards, the saved result runnable will still sit in the
result queue, and interfere with later, successful commands.

With this patch, the result runnable is saved only if the sending
was successful.
2015-04-30 11:29:25 +02:00
..
hfp Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
hfp-fallback Bug 1137151: Marked destructors of ref-counted Bluetooth classes as protected, r=shuang 2015-03-10 13:44:02 +01:00
b2g_bdroid_buildcfg.h Bug 1062697 - Initialize avrcp play status using the proper value, disable AvRCP 1.5. r=btian 2014-09-24 03:36:00 -04:00
BluetoothA2dpHALInterface.cpp Bug 1142364: Store instances of |Bluetooth*HALResultRunnable| in ref-counted pointers, r=shuang 2015-03-18 16:44:23 +01:00
BluetoothA2dpHALInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothA2dpManager.cpp Bug 1146355: Prepare Bluetooth A2DP manager, r=joliu 2015-04-09 15:57:41 +02:00
BluetoothA2dpManager.h Bug 1148311 - Handle AVRCP app settings notification response. r=tzimmermann 2015-03-30 05:46:00 -04:00
BluetoothAvrcpHALInterface.cpp Bug 1142364: Store instances of |Bluetooth*HALResultRunnable| in ref-counted pointers, r=shuang 2015-03-18 16:44:23 +01:00
BluetoothAvrcpHALInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonA2dpInterface.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonA2dpInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonAvrcpInterface.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonAvrcpInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonHandsfreeInterface.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonHandsfreeInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonHelpers.cpp Bug 1153796: Share BluetoothInterfaceHelpers.{cpp,h} between Bluetooth v1 and v2, r=btian 2015-04-15 11:46:33 +02:00
BluetoothDaemonHelpers.h Bug 1153796: Share BluetoothInterfaceHelpers.{cpp,h} between Bluetooth v1 and v2, r=btian 2015-04-15 11:46:33 +02:00
BluetoothDaemonInterface.cpp Bug 1158818: Only store Bluetooth result runnable after command has been sent successfully, r=shuang 2015-04-30 11:29:25 +02:00
BluetoothDaemonInterface.h Bug 1153796: Share BluetoothInterface.{cpp,h} between Bluetooth v1 and v2, r=btian 2015-04-15 11:46:33 +02:00
BluetoothDaemonSetupInterface.cpp Bug 1073548: Add core interfaces and Setup module for Bluetooth daemon, r=shawnjohnjr 2014-11-03 13:03:49 +01:00
BluetoothDaemonSetupInterface.h Bug 1137151: Marked destructors of ref-counted Bluetooth classes as protected, r=shuang 2015-03-10 13:44:02 +01:00
BluetoothDaemonSocketInterface.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothDaemonSocketInterface.h Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan 2015-04-22 08:29:18 +02:00
BluetoothGattHALInterface.cpp Bug 1156229: Update GATT support to include Android L, r=joliu 2015-04-22 09:35:36 +02:00
BluetoothGattHALInterface.h Bug 1156229: Update GATT support to include Android L, r=joliu 2015-04-22 09:35:36 +02:00
BluetoothGattManager.cpp Bug 1156229: Update GATT support to include Android L, r=joliu 2015-04-22 09:35:36 +02:00
BluetoothGattManager.h Bug 1156229: Make ref-counted class destructors non-public, r=joliu 2015-04-22 09:35:36 +02:00
BluetoothHALHelpers.cpp Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu 2015-04-23 10:43:51 +02:00
BluetoothHALHelpers.h Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu 2015-04-23 10:43:51 +02:00
BluetoothHALInterface.cpp Bug 1156716: Build GATT backend as part of Bluetooth v1, r=joliu 2015-04-23 10:43:51 +02:00
BluetoothHALInterface.h Bug 1153796: Share BluetoothInterface.{cpp,h} between Bluetooth v1 and v2, r=btian 2015-04-15 11:46:33 +02:00
BluetoothHandsfreeHALInterface.cpp Bug 1142364: Store instances of |Bluetooth*HALResultRunnable| in ref-counted pointers, r=shuang 2015-03-18 16:44:23 +01:00
BluetoothHandsfreeHALInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothOppManager.cpp Bug 1158081 - Patch (2/2): Simplify |BluetoothOppManager::SendObexData| function, r=tzimmermann 2015-04-28 11:12:35 +08:00
BluetoothOppManager.h Bug 1158081 - Patch (1/2): Define macro to declare SocketObserver functions, r=tzimmermann 2015-04-28 11:12:13 +08:00
BluetoothServiceBluedroid.cpp Bug 1154281: Remove references to UnixSocket.h from Bluetooth, r=btian 2015-04-21 10:33:06 +02:00
BluetoothServiceBluedroid.h Bug 1140952 - Implement read/write value of a descriptor for GATT client API (ipc part). f=jocelyn, r=btian 2015-04-16 16:45:20 +08:00
BluetoothSocket.cpp Bug 1159209: Remove template parameters from |DataSocketIO|, r=kmachulis 2015-04-29 11:19:28 +02:00
BluetoothSocket.h Bug 1158876: Move |DataSocket::ReceiveSocketData| into sub classes, r=kmachulis 2015-04-28 10:18:13 +02:00
BluetoothSocketHALInterface.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothSocketHALInterface.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BluetoothSocketMessageWatcher.cpp Bug 1084342: Copy received ancillary data into |SocketMessageWatcher|, r=shawnjohnjr 2014-10-28 10:34:29 +01:00
BluetoothSocketMessageWatcher.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00