Diff between ebbac58e662f32d13ebe17355bc15ae71e8f1d7c and 4a63fb225a030a32eee604c07cc6973eb57ad60a
Changed Files
| File | Additions | Deletions | Status |
| android/client/if-rc.c | +6 | -0 | modified |
Full Patch
diff --git a/android/client/if-rc.c b/android/client/if-rc.c
index 5aab8e0..41d3fb7 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 */