summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorArun Kumar Singh <arunkat@gmail.com>2011-02-28 15:18:50 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-01 16:16:35 -0300
commit265059a149c78e780bdbed275feb250ab5276a65 (patch)
treed652e526d89e97d4a61d886d557bdad55e985e3b /lib/hci.h
parenta0ba561d9077d6e43ebbd124c2f3959b8695fb24 (diff)
downloadbluez-265059a149c78e780bdbed275feb250ab5276a65.tar.gz
hcitool: Add command to add a device to LE White List
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 9b5388bc2..d2d4f773c 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -75,6 +75,12 @@ enum {
HCI_RAW,
};
+/* LE address type */
+enum {
+ LE_PUBLIC_ADDRESS = 0x00,
+ LE_RANDOM_ADDRESS = 0x01
+};
+
/* HCI ioctl defines */
#define HCIDEVUP _IOW('H', 201, int)
#define HCIDEVDOWN _IOW('H', 202, int)