From: Sebastian Chlad Date: Mon, 20 Jan 2014 09:03:15 +0000 (+0200) Subject: bluetooth player: add searchable value to show cmd X-Git-Tag: submit/tizen/20140605.113613~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1b543d6e08ce89f1aebba6b63f962976013517c;p=platform%2Fupstream%2Fbluez.git bluetooth player: add searchable value to show cmd Temporary patch as this should be upstreamed. Allows simple check of the search function for the client of the bluetooth-player Change-Id: I7cfd678c012721ddc793bfd993241d7cdf66e492 Signed-off-by: Sebastian Chlad --- diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c index f10d9be..f090e1b 100644 --- a/tools/bluetooth-player.c +++ b/tools/bluetooth-player.c @@ -654,6 +654,7 @@ static void cmd_show(int argc, char *argv[]) rl_printf("Player %s\n", g_dbus_proxy_get_path(proxy)); print_property(proxy, "Name"); + print_property(proxy, "Searchable"); print_property(proxy, "Repeat"); print_property(proxy, "Equalizer"); print_property(proxy, "Shuffle");