diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2017-05-01 23:54:17 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-05-18 13:52:49 +0200 |
commit | 9756d33b852a17ee67539545c2acf8dc3bda4574 (patch) | |
tree | fc6b67ace52ede771ca4fdd6474776bc9014bcb5 /include/net/bluetooth/hci.h | |
parent | 122048752e3d35fb5d91a94e671f42cf31ece16e (diff) | |
download | op-kernel-dev-9756d33b852a17ee67539545c2acf8dc3bda4574.zip op-kernel-dev-9756d33b852a17ee67539545c2acf8dc3bda4574.tar.gz |
Bluetooth: Enable LE Channel Selection Algorithm event
If the Channel Selection Algorithm #2 feature is supported, then enable
the new LE Channel Selection Algorithm event.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 99aa5e5..dd43cfd 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -399,6 +399,7 @@ enum { #define HCI_LE_PING 0x10 #define HCI_LE_DATA_LEN_EXT 0x20 #define HCI_LE_EXT_SCAN_POLICY 0x80 +#define HCI_LE_CHAN_SEL_ALG2 0x40 /* Connection modes */ #define HCI_CM_ACTIVE 0x0000 |