summaryrefslogtreecommitdiff
path: root/android/hal-utils.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-07 12:42:01 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-07 12:51:27 +0100
commite6fb089c502c76a1185970107ab1e15d5c1a152e (patch)
treeba7c2ea99b1044ac9492abd4f3e8acb07520c139 /android/hal-utils.h
parent4c150a0a5b35fdf273ecda674c19c5a3ec1dfbe8 (diff)
downloadbluez-e6fb089c502c76a1185970107ab1e15d5c1a152e.tar.gz
android: Remove temporary BLUEZ_EXTENSION flag
BLUEZ_EXTENSION is replaced by ANDROID_VERSION >= PLATFORM_VER(5, 0, 0) check.
Diffstat (limited to 'android/hal-utils.h')
-rw-r--r--android/hal-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/hal-utils.h b/android/hal-utils.h
index ee0320c92..9c5994855 100644
--- a/android/hal-utils.h
+++ b/android/hal-utils.h
@@ -19,8 +19,6 @@
#include <hardware/bluetooth.h>
-#define PLATFORM_VER(a,b,c) ((a << 16) | ( b << 8) | (c))
-
#define MAX_UUID_STR_LEN 37
#define HAL_UUID_LEN 16
#define MAX_ADDR_STR_LEN 18