--- 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 57f7082..02e1de3 100644 --- a/android/client/if-rc.c +++ b/android/client/if-rc.c @@ -61,10 +61,16 @@ static void get_element_attr_cb(uint8_t num_attr, btrc_media_attr_t *attrs) haltest_info("attr id=%s", btrc_media_attr_t2str(attrs[i])); } +static void volume_change_cb(uint8_t volume, uint8_t ctype) +{ + haltest_info("%s, volume=%d ctype=%d", __func__, volume, ctype); +} + static btrc_callbacks_t rc_cbacks = { .size = sizeof(rc_cbacks), .get_play_status_cb = get_play_status_cb, .get_element_attr_cb = get_element_attr_cb, + .volume_change_cb = volume_change_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