Diff between ce63a8eb46db860d8b82ce9283f6a4f223337a04 and e57b702e8c5894a654cc2432758e084ff1d7a61b

Changed Files

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

Full Patch

diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index 87d6fc7..7cac15c 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -373,7 +373,7 @@ static int init(bt_callbacks_t *callbacks)
 	DBG("");
 
 	if (interface_ready())
-		return BT_STATUS_SUCCESS;
+		return BT_STATUS_DONE;
 
 	bt_hal_cbacks = callbacks;