Diff between 1e0e4dfde28e86018a334de53dd5c1349370e099 and a8a9ac51b1a47e8026ea3fc476bb87fe2aabb21a
Changed Files
| File | Additions | Deletions | Status |
| android/android-tester.c | +1 | -1 | modified |
Full Patch
diff --git a/android/android-tester.c b/android/android-tester.c
index 0e44bc8..b05fde0 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -500,7 +500,7 @@ static void emulator(int pipe, int hci_index)
memset(buf, 0, sizeof(buf));
len = read(fd, buf, sizeof(buf));
- if (len <= 0 || (strcmp(buf, "ctl.start=bluetoothd")))
+ if (len <= 0 || (strcmp(buf, "bluetooth.start=daemon")))
goto failed;
close(pipe);