From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> On accept the profile shall check about existing attribute, etc and once done call btd_service_connecting_complete updating the service state properly. --- profiles/deviceinfo/deviceinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/deviceinfo/deviceinfo.c b/profiles/deviceinfo/deviceinfo.c index 0c48f00..34d9e20 100644 --- a/profiles/deviceinfo/deviceinfo.c +++ b/profiles/deviceinfo/deviceinfo.c @@ -136,6 +136,8 @@ static int deviceinfo_driver_accept(struct btd_service *service) gatt_db_foreach_service(db, &deviceinfo_uuid, foreach_deviceinfo_service, device); + btd_service_connecting_complete(service, 0); + return 0; } -- 2.7.4 -- 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