gecko/dom/bluetooth/bluedroid
Thomas Zimmermann 03d2fc746b Bug 1153796: Share BluetoothInterfaceHelpers.{cpp,h} between Bluetooth v1 and v2, r=btian
The v1 implementation of BluetoothInterfaceHelpers.{cpp,h} is more
up-to-date than the v2 variant. So we can just use the v1 version and
remove the v2 version entirely. Bluetooth v2 contains its own version
of |Convert(nsresult, BluetoothStatus)|, which has been removed in
favor of the shared implementation.
2015-04-15 11:46:33 +02:00
..
hfp Bug 1146355: Prepare Bluetooth HFP manager, r=brsun 2015-04-09 15:57:41 +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 1153796: Share BluetoothInterface.{cpp,h} between Bluetooth v1 and v2, r=btian 2015-04-15 11:46:33 +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 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
BluetoothGattHALInterface.cpp Bug 1146355: Added GATT support to Bluedroid backend, r=joliu 2015-04-09 15:57:40 +02:00
BluetoothGattHALInterface.h Bug 1146355: Added GATT support to Bluedroid backend, r=joliu 2015-04-09 15:57:40 +02:00
BluetoothGattManager.cpp Bug 1146355: Added GATT support to Bluedroid backend, r=joliu 2015-04-09 15:57:40 +02:00
BluetoothGattManager.h Bug 1146355: Added GATT support to Bluedroid backend, r=joliu 2015-04-09 15:57:40 +02:00
BluetoothHALHelpers.cpp Bug 1153796: Unify variants of |BluetoothInterface::SspReply|, r=btian 2015-04-15 11:46:33 +02:00
BluetoothHALHelpers.h Bug 1153796: Unify variants of |BluetoothInterface::SspReply|, r=btian 2015-04-15 11:46:33 +02:00
BluetoothHALInterface.cpp Bug 1153796: Share BluetoothInterface.{cpp,h} between Bluetooth v1 and v2, r=btian 2015-04-15 11:46:33 +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 1152694 - Make UUID and service name as input arguments for BluetoothSocket, r=tzimmermann 2015-04-13 17:30:47 +08:00
BluetoothOppManager.h Bug 1146355: Prepare Bluetooth OPP manager, r=joliu 2015-04-09 15:57:41 +02:00
BluetoothServiceBluedroid.cpp Bug 1153796: Unify variants of |BluetoothInterface::SspReply|, r=btian 2015-04-15 11:46:33 +02:00
BluetoothServiceBluedroid.h Bug 1154136 - Update Bluetooth connection state when BT stack updates device properties. r=shuang 2015-04-14 18:46:23 +08:00
BluetoothSocket.cpp Bug 1152694 - Make UUID and service name as input arguments for BluetoothSocket, r=tzimmermann 2015-04-13 17:30:47 +08:00
BluetoothSocket.h Bug 1152694 - Make UUID and service name as input arguments for BluetoothSocket, r=tzimmermann 2015-04-13 17:30:47 +08: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