"Sent" flag value was returned instead of "Protected" one. This also fix following build error: CC obexd/client/obexd-map.o obexd/client/map.c:711:17: error: ‘get_protected’ defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors --- obexd/client/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/client/map.c b/obexd/client/map.c index 801d715..4373d74 100644 --- a/obexd/client/map.c +++ b/obexd/client/map.c @@ -814,7 +814,7 @@ static const GDBusPropertyTable map_msg_properties[] = { { "Priority", "b", get_priority }, { "Read", "b", get_read, set_read }, { "Sent", "b", get_sent }, - { "Protected", "b", get_sent }, + { "Protected", "b", get_protected }, { "Deleted", "b", NULL, set_deleted }, { } }; -- 1.8.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