summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-12 10:22:06 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-12 09:44:43 +0100
commitc1a01d084bdfd5ce6ec2934f752dbec3098d852d (patch)
tree77b1a2c6c525b3979b3ef633efb5e86fd54922f9 /android/hal-msg.h
parentb4b68cc0b8738975883f7aca8594e7d21bb6620e (diff)
downloadbluez-c1a01d084bdfd5ce6ec2934f752dbec3098d852d.tar.gz
android/hal: Fix last service id number
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index eedd37be0..773af5bf6 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -39,7 +39,7 @@ static const char BLUEZ_HAL_SK_PATH[] = "\0bluez_hal_socket";
#define HAL_SERVICE_ID_MAP_CLIENT 11
#define HAL_SERVICE_ID_AVRCP_CTRL 12
-#define HAL_SERVICE_ID_MAX HAL_SERVICE_ID_MAP_CLIENT
+#define HAL_SERVICE_ID_MAX HAL_SERVICE_ID_AVRCP_CTRL
/* Core Service */