We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62723f5 commit ffaf081Copy full SHA for ffaf081
components/bt/host/bluedroid/btc/profile/std/avrc/btc_avrc.c
@@ -1724,9 +1724,11 @@ void btc_avrc_get_profile_status(esp_avrc_profile_status_t *param)
1724
if (btc_avrc_ct_init_p()) {
1725
param->avrc_ct_inited = true;
1726
}
1727
+#if BTC_AV_CA_INCLUDED
1728
if (btc_rc_cb.rc_cover_art_connected) {
1729
param->ct_cover_art_conn_num++;
1730
1731
+#endif
1732
1733
1734
0 commit comments