From 47586602752e84d7931414d133b2249e6fb6a133 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 30 Dec 2013 23:43:36 +0100 Subject: [PATCH] android/hal-bluetooth: Update snoop service name Match service name with android snoop binary name. It is more common to use '-' instead of '_' in the code for binaries name. --- android/hal-bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c index 9f9814ac6..a95c4eaab 100644 --- a/android/hal-bluetooth.c +++ b/android/hal-bluetooth.c @@ -28,7 +28,7 @@ #include "hal-ipc.h" #include "hal-utils.h" -#define SNOOP_SERVICE_NAME "bluetoothd_snoop" +#define SNOOP_SERVICE_NAME "bluetoothd-snoop" static const bt_callbacks_t *bt_hal_cbacks = NULL; -- 2.47.3