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 9f9814a..a95c4ea 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; -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html