bluetooth player: add searchable value to show cmd 69/15369/1
authorSebastian Chlad <sebastianx.chlad@intel.com>
Mon, 20 Jan 2014 09:03:15 +0000 (11:03 +0200)
committerSebastian Chlad <sebastianx.chlad@intel.com>
Mon, 20 Jan 2014 09:06:59 +0000 (11:06 +0200)
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 <sebastianx.chlad@intel.com>
tools/bluetooth-player.c

index 622d391..83fb418 100644 (file)
@@ -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");