--- 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 5aab8e0..b8174dd 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", __func__); +} + static btrc_callbacks_t rc_cbacks = { .size = sizeof(rc_cbacks), + .get_play_status_cb = get_play_status_cb, }; /* init */ -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html