summaryrefslogtreecommitdiffstats
path: root/stack
diff options
context:
space:
mode:
Diffstat (limited to 'stack')
-rw-r--r--stack/Android.mk1
-rw-r--r--stack/btu/btu_task.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/stack/Android.mk b/stack/Android.mk
index 968cfdb..0c24805 100644
--- a/stack/Android.mk
+++ b/stack/Android.mk
@@ -28,6 +28,7 @@ LOCAL_C_INCLUDES:= . \
$(LOCAL_PATH)/../bta/include \
$(LOCAL_PATH)/../bta/sys \
$(LOCAL_PATH)/../brcm/include \
+ $(LOCAL_PATH)/../utils/include \
$(bdroid_C_INCLUDES) \
LOCAL_CFLAGS += $(bdroid_CFLAGS)
diff --git a/stack/btu/btu_task.c b/stack/btu/btu_task.c
index 1041307..48ce489 100644
--- a/stack/btu/btu_task.c
+++ b/stack/btu/btu_task.c
@@ -38,6 +38,7 @@
#include "hcimsgs.h"
#include "l2c_int.h"
#include "btu.h"
+#include "bt_utils.h"
#include "sdpint.h"
@@ -192,6 +193,8 @@ BTU_API UINT32 btu_task (UINT32 param)
/* Send a startup evt message to BTIF_TASK to kickstart the init procedure */
GKI_send_event(BTIF_TASK, BT_EVT_TRIGGER_STACK_INIT);
+ raise_priority_a2dp(TASK_HIGH_BTU);
+
/* Wait for, and process, events */
for (;;)
{