Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7139edd authored by Johan Hedberg's avatar Johan Hedberg Committed by Marcel Holtmann
Browse files

Bluetooth: Add defines for LE initiator filter policy



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: default avatarJohan Hedberg <johan.hedberg@intel.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent b1cd5fd9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;