summaryrefslogtreecommitdiffstats
path: root/stack/btu/btu_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/btu/btu_task.c')
-rw-r--r--stack/btu/btu_task.c3
1 files changed, 3 insertions, 0 deletions
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 (;;)
{