summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-08-28 13:57:56 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2012-08-28 13:58:05 -0700
commit84bc0d0e5718c6a9e427d4d3bf545bc0f41a37ee (patch)
tree8de589c665b538738dae120a2188ceb779b780d2 /btio/btio.h
parenta9b567a98da11f2c64a6e1d01b9329ed89217b95 (diff)
downloadbluez-84bc0d0e5718c6a9e427d4d3bf545bc0f41a37ee.tar.gz
btio: Remove unneeded L2CAP raw socket support
Now that pairing is done through mgmt this support is no-longer needed.
Diffstat (limited to 'btio/btio.h')
-rw-r--r--btio/btio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/btio/btio.h b/btio/btio.h
index 70b32d61d..bb35025f7 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -31,7 +31,6 @@
GQuark bt_io_error_quark(void);
typedef enum {
- BT_IO_L2RAW,
BT_IO_L2CAP,
BT_IO_L2ERTM,
BT_IO_RFCOMM,