summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_media.h
diff options
context:
space:
mode:
authorMattias Agren <magren@broadcom.com>2012-04-11 13:14:44 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:17 -0700
commit2f9c0a7966a08936e8ae7a03ab8fbf1de3b22e0e (patch)
tree524f260c46e0960216900dda7559f6f87e5873f3 /btif/include/btif_media.h
parent8e6e9356d5386501d5e0988ce23d0c9aaed31a64 (diff)
downloadexternal_bluetooth_bluedroid-2f9c0a7966a08936e8ae7a03ab8fbf1de3b22e0e.zip
external_bluetooth_bluedroid-2f9c0a7966a08936e8ae7a03ab8fbf1de3b22e0e.tar.gz
external_bluetooth_bluedroid-2f9c0a7966a08936e8ae7a03ab8fbf1de3b22e0e.tar.bz2
Always check if reconfig is needed prior to starting an
avdtp stream. Added autoadjusting bitpool if sink requests a particular range within our exported capability. Cleanup & fixing file permissions. Change-Id: Ib5638706d4baef072c79a70ce1497140c3357a0d
Diffstat (limited to 'btif/include/btif_media.h')
-rw-r--r--btif/include/btif_media.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/btif_media.h b/btif/include/btif_media.h
index 64303c6..9eda863 100644
--- a/btif/include/btif_media.h
+++ b/btif/include/btif_media.h
@@ -269,6 +269,7 @@ int btif_a2dp_start_media_task(void);
void btif_a2dp_stop_media_task(void);
void btif_a2dp_on_init(void);
+void btif_a2dp_setup_codec(void);
void btif_a2dp_on_idle(void);
void btif_a2dp_on_open(void);
void btif_a2dp_on_started(tBTA_AV_START *p_av);