]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Bluetooth: Add defines for LE initiator filter policy
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 28 Feb 2014 15:45:45 +0000 (17:45 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Feb 2014 15:56:42 +0000 (07:56 -0800)
This patch adds defines for the initiator filter policy parameter values
of the HCI_LE_Create_Connection command. They will be used in a
subsequent patch to check whether we should have a timeout for the
connection attempt or not.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h

index 0740fee39c7382c3691fa89e1e5ad0060502c25d..439b4ebf96446927de5f0683e645b44a62cb09fa 100644 (file)
@@ -1182,6 +1182,9 @@ struct hci_cp_le_set_scan_enable {
        __u8     filter_dup;
 } __packed;
 
+#define HCI_LE_USE_PEER_ADDR           0x00
+#define HCI_LE_USE_WHITELIST           0x01
+
 #define HCI_OP_LE_CREATE_CONN          0x200d
 struct hci_cp_le_create_conn {
        __le16   scan_interval;