summaryrefslogtreecommitdiff
path: root/android/hal-bluetooth.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@gmail.com>2013-12-30 23:43:36 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-01 18:27:58 +0200
commit47586602752e84d7931414d133b2249e6fb6a133 (patch)
treebe69e702917c96bce93809dd34260419cd397e71 /android/hal-bluetooth.c
parentffde7eee83e0d6f4aa98eceff95029bffc4b18bc (diff)
downloadbluez-47586602752e84d7931414d133b2249e6fb6a133.tar.gz
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.
Diffstat (limited to 'android/hal-bluetooth.c')
-rw-r--r--android/hal-bluetooth.c2
1 files changed, 1 insertions, 1 deletions
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;