summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2015-03-25 18:01:11 +0000
committerChris Manton <cmanton@google.com>2015-03-25 18:01:11 +0000
commit03f182be7f2cdf06568bf046e1519ed962c89c46 (patch)
tree1dfa42f67eb9866c7a19d635405e9ed7124bb3ee /main
parent4d8ac4ff015ff87c4e985ac0d9a5f3c2a6b0d9fa (diff)
downloadandroid_system_bt-03f182be7f2cdf06568bf046e1519ed962c89c46.tar.gz
android_system_bt-03f182be7f2cdf06568bf046e1519ed962c89c46.tar.bz2
android_system_bt-03f182be7f2cdf06568bf046e1519ed962c89c46.zip
Revert "Resolved hardware error observed during SCO Connection setup"
This reverts commit 4d8ac4ff015ff87c4e985ac0d9a5f3c2a6b0d9fa. Change-Id: Ie1433c82014b6ddce78c5363100ab109ae0fecde
Diffstat (limited to 'main')
-rwxr-xr-xmain/bte_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/bte_main.c b/main/bte_main.c
index a44210138..9343bad5c 100755
--- a/main/bte_main.c
+++ b/main/bte_main.c
@@ -55,7 +55,6 @@
#include "osi/include/log.h"
#include "stack_config.h"
#include "osi/include/thread.h"
-#include "vendor.h"
/*******************************************************************************
** Constants & Macros
@@ -291,7 +290,7 @@ int set_audio_state(UINT16 handle, UINT16 codec, UINT8 state, void *param)
/* layer_specific shall contain return path event! for BTA events!
* 0 means no return message is expected. */
p_msg->hdr.layer_specific = 0;
- vendor_get_interface()->send_command(VENDOR_SET_AUDIO_STATE, &(p_msg->audio));
+ hci->transmit_downward(MSG_STACK_TO_HC_HCI_CMD, p_msg);
return result;
}