From 4a63fb225a030a32eee604c07cc6973eb57ad60a Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 28 Feb 2014 20:58:46 +0200 Subject: [PATCH] android/client: Add AVRCP get_play_status_cb support --- android/client/if-rc.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/client/if-rc.c b/android/client/if-rc.c index 5aab8e086..41d3fb7ba 100644 --- a/android/client/if-rc.c +++ b/android/client/if-rc.c @@ -46,8 +46,14 @@ SINTMAP(btrc_media_attr_t, -1, "(unknown)") DELEMENT(BTRC_MEDIA_ATTR_PLAYING_TIME), ENDMAP +static void get_play_status_cb(void) +{ + haltest_info("%s\n", __func__); +} + static btrc_callbacks_t rc_cbacks = { .size = sizeof(rc_cbacks), + .get_play_status_cb = get_play_status_cb, }; /* init */ -- 2.47.3