summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Chlad <sebastianx.chlad@intel.com>2014-01-20 11:03:15 +0200
committerSebastian Chlad <sebastian.chlad@tieto.com>2014-05-27 12:25:15 +0200
commitf1b543d6e08ce89f1aebba6b63f962976013517c (patch)
treea596c38bf968423d1dccd6578933e689d273b6a2
parent366ece257ceb4e5958ff91b5547eac171d763ce6 (diff)
downloadbluez-f1b543d6e08ce89f1aebba6b63f962976013517c.tar.gz
bluez-f1b543d6e08ce89f1aebba6b63f962976013517c.tar.bz2
bluez-f1b543d6e08ce89f1aebba6b63f962976013517c.zip
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 <sebastianx.chlad@intel.com>
-rw-r--r--tools/bluetooth-player.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c
index f10d9be5..f090e1b1 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");