Merge "Listen to the right Bluez signal for Channel deletion."
This commit is contained in:
committed by
Android (Google) Code Review
commit
110be0f1d9
@@ -1040,7 +1040,7 @@ static DBusHandlerResult event_filter(DBusConnection *conn, DBusMessage *msg,
|
|||||||
}
|
}
|
||||||
goto success;
|
goto success;
|
||||||
} else if (dbus_message_is_signal(msg,
|
} else if (dbus_message_is_signal(msg,
|
||||||
"org.bluez.NetworkServer",
|
"org.bluez.HealthDevice",
|
||||||
"ChannelDeleted")) {
|
"ChannelDeleted")) {
|
||||||
|
|
||||||
const char *c_path = dbus_message_get_path(msg);
|
const char *c_path = dbus_message_get_path(msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user