Diff between 767df7695d1ba96b2ac20937bdd57a9faa888b53 and 5409c16e84b5b2f0122bc8fdf781d785bef59344

Changed Files

File Additions Deletions Status
android/hal-bluetooth.c +1 -0 modified

Full Patch

diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index fcf02f6..4c4f32f 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -433,6 +433,7 @@ static int init(bt_callbacks_t *callbacks)
 	}
 
 	cmd.service_id = HAL_SERVICE_ID_BLUETOOTH;
+	cmd.mode = HAL_MODE_DEFAULT;
 
 	status = hal_ipc_cmd(HAL_SERVICE_ID_CORE, HAL_OP_REGISTER_MODULE,
 					sizeof(cmd), &cmd, NULL, NULL, NULL);