projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366ece2
)
bluetooth player: add searchable value to show cmd
author
Sebastian Chlad
<sebastianx.chlad@intel.com>
Mon, 20 Jan 2014 09:03:15 +0000
(11:03 +0200)
committer
Sebastian Chlad
<sebastian.chlad@tieto.com>
Tue, 27 May 2014 10:25:15 +0000
(12:25 +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
patch
|
blob
|
history
diff --git
a/tools/bluetooth-player.c
b/tools/bluetooth-player.c
index
f10d9be
..
f090e1b
100644
(file)
--- 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");