summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_media.h
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-10-26 12:29:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-26 12:29:48 -0700
commit036d5a18c9a17c5ffd79e041629645ce9e5ea672 (patch)
treea9d4e12495531338dc6a561a91186ff245cd4c9a /btif/include/btif_media.h
parent23ad5920f8c2dfdbd2bac8c4d7b244226a77c644 (diff)
parentb930299a8ad32a8227b00e0d9016b62682b577f3 (diff)
downloadexternal_bluetooth_bluedroid-036d5a18c9a17c5ffd79e041629645ce9e5ea672.zip
external_bluetooth_bluedroid-036d5a18c9a17c5ffd79e041629645ce9e5ea672.tar.gz
external_bluetooth_bluedroid-036d5a18c9a17c5ffd79e041629645ce9e5ea672.tar.bz2
Merge "Manage a2dp frame distribution when rate doesn't scale with media tick" into jb-mr1-dev
Diffstat (limited to 'btif/include/btif_media.h')
-rw-r--r--btif/include/btif_media.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/btif/include/btif_media.h b/btif/include/btif_media.h
index ce7c0a1..eb4c2b4 100644
--- a/btif/include/btif_media.h
+++ b/btif/include/btif_media.h
@@ -243,4 +243,6 @@ void btif_a2dp_on_suspend(void);
void btif_a2dp_on_suspended(tBTA_AV_SUSPEND *p_av);
void btif_a2dp_set_tx_flush(BOOLEAN enable);
+void btif_media_check_iop_exceptions(char *peer_bda);
+
#endif