aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-05-17 17:30:05 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-05-17 17:30:05 +0200
commit4fae65509dc7d9e1856fe0b0454f881885049867 (patch)
tree2f96bf3c65f01eaa712d6a519a14638abae19c5d /lib
parenta9ea3f3d7e19363eca198c2d11be016f9ec298b7 (diff)
downloadbluez-4fae65509dc7d9e1856fe0b0454f881885049867.tar.gz
Add HCIBLOCKADDR and HCIUNBLOCKADDR ioctl definitions
Diffstat (limited to 'lib')
-rw-r--r--lib/hci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 996dab34..4d59a7b4 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -97,6 +97,9 @@ enum {
#define HCISETACLMTU _IOW('H', 227, int)
#define HCISETSCOMTU _IOW('H', 228, int)
+#define HCIBLOCKADDR _IOW('H', 230, int)
+#define HCIUNBLOCKADDR _IOW('H', 231, int)
+
#define HCIINQUIRY _IOR('H', 240, int)
#ifndef __NO_HCI_DEFS