summaryrefslogtreecommitdiffstats
path: root/stack/include/bt_types.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/bt_types.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/bt_types.h')
-rw-r--r--stack/include/bt_types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/stack/include/bt_types.h b/stack/include/bt_types.h
index eaf9af4f7..0ba231263 100644
--- a/stack/include/bt_types.h
+++ b/stack/include/bt_types.h
@@ -81,15 +81,8 @@
#define BT_EVT_TO_TCS_CMDS 0x3000
-#define BT_EVT_TO_OBX_CL_MSG 0x3100
-#define BT_EVT_TO_OBX_SR_MSG 0x3200
-
#define BT_EVT_TO_CTP_CMDS 0x3300
-/* Obex Over L2CAP */
-#define BT_EVT_TO_OBX_CL_L2C_MSG 0x3400
-#define BT_EVT_TO_OBX_SR_L2C_MSG 0x3500
-
/* ftp events */
#define BT_EVT_TO_FTP_SRVR_CMDS 0x3600
#define BT_EVT_TO_FTP_CLNT_CMDS 0x3700