From a8a9ac51b1a47e8026ea3fc476bb87fe2aabb21a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Sun, 19 Jan 2014 20:18:45 +0100 Subject: [PATCH] android/tester: Update property name use to start daemon --- android/android-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/android-tester.c b/android/android-tester.c index 0e44bc8c4..b05fde042 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); -- 2.47.3