If included services discovery cannot be started, the services discovery operation has failed. --- src/shared/gatt-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c index 84145e7..dc98aaa 100644 --- a/src/shared/gatt-client.c +++ b/src/shared/gatt-client.c @@ -1027,6 +1027,7 @@ next: util_debug(client->debug_callback, client->debug_data, "Failed to start included services discovery"); discovery_op_unref(op); + success = false; done: discovery_op_complete(op, success, att_ecode); -- 2.8.0.rc3.226.g39d4020 -- 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