am 166aeb29: Merge "DO NOT MERGE: Remove Device Bluez-Dbus interface watch." into gingerbread

Merge commit '166aeb290be234531ba049b6702f558a02317393' into gingerbread-plus-aosp

* commit '166aeb290be234531ba049b6702f558a02317393':
  DO NOT MERGE: Remove Device Bluez-Dbus interface watch.
This commit is contained in:
Jaikumar Ganesh
2010-09-09 16:05:43 -07:00
committed by Android Git Automerger

View File

@@ -388,7 +388,7 @@ static void tearDownEventLoop(native_data_t *nat) {
LOG_AND_FREE_DBUS_ERROR(&err);
}
dbus_bus_remove_match(nat->conn,
"type='signal',interface='org.bluez.audio.Device'",
"type='signal',interface='org.bluez.Device'",
&err);
if (dbus_error_is_set(&err)) {
LOG_AND_FREE_DBUS_ERROR(&err);