summaryrefslogtreecommitdiffstats
path: root/bta/include
diff options
context:
space:
mode:
authorAnubhav Gupta <anubhavg@codeaurora.org>2015-05-05 13:15:07 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:37 -0600
commit7ff3b4019ee4f873d5f52f2a499b922a775e596b (patch)
treede1b37815fc62954320dc24523de618f6790401d /bta/include
parent242459c6358f6da047dcc79d16dd5c7e1dffcb7b (diff)
downloadandroid_system_bt-7ff3b4019ee4f873d5f52f2a499b922a775e596b.tar.gz
android_system_bt-7ff3b4019ee4f873d5f52f2a499b922a775e596b.tar.bz2
android_system_bt-7ff3b4019ee4f873d5f52f2a499b922a775e596b.zip
Proper Initialization of A2DP Profiles
- Register SDP and SEP (Stream End Point) for the profile whose init is called. We achieve this by making registration api aware of profile id being called. - Register A2DP Src + Avrcp Target + Avrcp Controller. We need to support Absolute Volume as well, so Avrcp Controller is required here. - Register A2DP Sink + Avrcp Controller. In this case we do not support absolute volume - Adapter property is updated with profile ID for which init is called.This is required to make changes in btService for Profile initialization Change-Id: I3f12cda737b77e14cd67f99c96df8fcbf8529bb9
Diffstat (limited to 'bta/include')
-rw-r--r--bta/include/bta_av_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bta/include/bta_av_api.h b/bta/include/bta_av_api.h
index e0e356f75..a78796c81 100644
--- a/bta/include/bta_av_api.h
+++ b/bta/include/bta_av_api.h
@@ -560,7 +560,7 @@ void BTA_AvDisable(void);
**
*******************************************************************************/
void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name,
- UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback);
+ UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback, UINT16 service_uuid);
/*******************************************************************************
**