diff options
author | Chris Elliott <chriselliott@google.com> | 2015-12-02 12:59:58 -0800 |
---|---|---|
committer | Chris Elliott <chriselliott@google.com> | 2015-12-02 12:59:58 -0800 |
commit | 17e048f33b5e4fe16aee80569d675bba290ead50 (patch) | |
tree | 1ce2313c7785bffa1c68a0bd66e446f25733621e /bta/include/bta_av_api.h | |
parent | a7945b11ce231d53f5ced337136cd34ee8e5eea3 (diff) | |
download | android_system_bt-17e048f33b5e4fe16aee80569d675bba290ead50.tar.gz android_system_bt-17e048f33b5e4fe16aee80569d675bba290ead50.tar.bz2 android_system_bt-17e048f33b5e4fe16aee80569d675bba290ead50.zip |
DO NOT MERGE Revert "A2DP SRC offload support"
This reverts commit 6ff83ab9dd38bdefc5d252325f0cfbd3f1754d78.
Diffstat (limited to 'bta/include/bta_av_api.h')
-rw-r--r-- | bta/include/bta_av_api.h | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/bta/include/bta_av_api.h b/bta/include/bta_av_api.h index 8b92d30d4..e0e356f75 100644 --- a/bta/include/bta_av_api.h +++ b/bta/include/bta_av_api.h @@ -249,11 +249,10 @@ typedef UINT8 tBTA_AV_ERR; #define BTA_AV_META_MSG_EVT 17 /* metadata messages */ #define BTA_AV_REJECT_EVT 18 /* incoming connection rejected */ #define BTA_AV_RC_FEAT_EVT 19 /* remote control channel peer supported features update */ -#define BTA_AV_MEDIA_SINK_CFG_EVT 20 /* command to configure codec */ +#define BTA_AV_MEDIA_SINK_CFG_EVT 20 /* command to configure codec */ #define BTA_AV_MEDIA_DATA_EVT 21 /* sending data to Media Task */ -#define BTA_AV_OFFLOAD_START_RSP_EVT 22 /* a2dp offload start response */ /* Max BTA event */ -#define BTA_AV_MAX_EVT 23 +#define BTA_AV_MAX_EVT 22 typedef UINT8 tBTA_AV_EVT; @@ -449,7 +448,6 @@ typedef union tBTA_AV_META_MSG meta_msg; tBTA_AV_REJECT reject; tBTA_AV_RC_FEAT rc_feat; - tBTA_AV_STATUS status; } tBTA_AV; /* union of data associated with AV Media callback */ @@ -786,32 +784,6 @@ void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, *******************************************************************************/ void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt); -/******************************************************************************* -** -** Function BTA_AvOffloadStart -** -** Description Request Starting of A2DP Offload. -** This function is used to start A2DP offload if vendor lib has -** the feature enabled. -** -** Returns void -** -*******************************************************************************/ -void BTA_AvOffloadStart(tBTA_AV_HNDL hndl); - -/******************************************************************************* -** -** Function BTA_AvOffloadStartRsp -** -** Description Response from vendor library indicating response for -** OffloadStart. -** -** Returns void -** -*******************************************************************************/ -void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status); - - #ifdef __cplusplus } #endif |