summaryrefslogtreecommitdiffstats
path: root/stack/include/dyn_mem.h
diff options
context:
space:
mode:
authorZach Johnson <zachoverflow@google.com>2014-10-20 15:40:01 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:36 -0700
commit8e90de46284238e551ad825fb00bda2bbc90ea1d (patch)
tree54420ac881165d51b4168add8a0e1378ea8bca19 /stack/include/dyn_mem.h
parent9df3c8cb90caea19b96a84aedec6f275b7b53b70 (diff)
downloadandroid_system_bt-8e90de46284238e551ad825fb00bda2bbc90ea1d.tar.gz
android_system_bt-8e90de46284238e551ad825fb00bda2bbc90ea1d.tar.bz2
android_system_bt-8e90de46284238e551ad825fb00bda2bbc90ea1d.zip
Remove some remaining references to OBX
Android implements the Object Push Profile in java against RFCOMM sockets with its own implementation of OBX there. OBX in Bluedroid isn't compiled, and is missing header files required to compile it anyway. Removed a number of OBX related headers and updated a few references where they were used out of place. Change-Id: Ifaecfb6f85b1dca9055932886af484b6dc107fc1
Diffstat (limited to 'stack/include/dyn_mem.h')
-rw-r--r--stack/include/dyn_mem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/stack/include/dyn_mem.h b/stack/include/dyn_mem.h
index 9c7793f69..b0ca9f963 100644
--- a/stack/include/dyn_mem.h
+++ b/stack/include/dyn_mem.h
@@ -55,10 +55,6 @@
#define TCS_DYNAMIC_MEMORY FALSE
#endif
-#ifndef OBX_DYNAMIC_MEMORY
-#define OBX_DYNAMIC_MEMORY FALSE
-#endif
-
#ifndef BNEP_DYNAMIC_MEMORY
#define BNEP_DYNAMIC_MEMORY FALSE
#endif