Fixed error name from 'org.bluez.Error' to 'org.bluez.Error.Failed'. --- src/gatt-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gatt-client.c b/src/gatt-client.c index 9811bd8..0364e23 100644 --- a/src/gatt-client.c +++ b/src/gatt-client.c @@ -292,7 +292,7 @@ static DBusMessage *create_gatt_dbus_error(DBusMessage *msg, uint8_t att_ecode) case 0: return btd_error_failed(msg, "Operation failed"); default: - return g_dbus_create_error(msg, ERROR_INTERFACE, + return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed", "Operation failed with ATT error: 0x%02x", att_ecode); } -- 2.2.0.rc0.207.ga3a616c -- 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