From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> In order to correctly receive event reports, the MAP driver needs to read the MASinstanceID of the MAS server it is connected to. Since that information is only available in the SDP record, a MAP session needs to force the service lookup when connecting. The MASinstanceID is needed to correctly retrieve event reports. --- obexd/client/map.c | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/client/map.c b/obexd/client/map.c index b39eaa5..7a02583 100644 --- a/obexd/client/map.c +++ b/obexd/client/map.c @@ -1804,6 +1804,7 @@ static struct obc_driver map = { .uuid = MAS_UUID, .target = OBEX_MAS_UUID, .target_len = OBEX_MAS_UUID_LEN, + .force_service_lookup = TRUE, .probe = map_probe, .remove = map_remove }; -- 1.8.2.1 -- 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