--- 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 2f5f41a..ede6214 100644 --- a/android/client/if-rc.c +++ b/android/client/if-rc.c @@ -68,6 +68,11 @@ static void get_play_status_cb(void) haltest_info("%s\n", __func__); } +static void list_player_app_values_cb(btrc_player_attr_t attr_id) +{ + haltest_info("%s, attr_id=%d\n", __func__, attr_id); +} + static void get_player_app_value_cb(uint8_t num_attr, btrc_player_attr_t *p_attrs) { @@ -121,6 +126,7 @@ static btrc_callbacks_t rc_cbacks = { .size = sizeof(rc_cbacks), .remote_features_cb = remote_features_cb, .get_play_status_cb = get_play_status_cb, + .list_player_app_values_cb = list_player_app_values_cb, .get_player_app_value_cb = get_player_app_value_cb, .get_player_app_attrs_text_cb = get_player_app_attrs_text_cb, .get_player_app_values_text_cb = get_player_app_values_text_cb, -- 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