From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> After commit 7bd3626b6715ac6a117d56b95b455960f7cf34de, incoming connections require the service being available from SDP. This is not always guaranteed because some services might not be listed in SDP (like MNS). --- src/profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profile.c b/src/profile.c index 8fd0424..9f98d65 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1056,6 +1056,7 @@ static struct ext_io *create_conn(struct ext_io *server, GIOChannel *io, return NULL; } + btd_device_add_uuid(device, server->ext->remote_uuid); service = btd_device_get_service(device, server->ext->remote_uuid); if (service == NULL) { ba2str(dst, addr); -- 1.8.2.3 -- 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