diff options
author | Sathish Narasimman | 2020-07-23 18:09:03 +0530 |
---|---|---|
committer | Marcel Holtmann | 2020-07-30 11:14:05 +0200 |
commit | cbbdfa6f331980c6786b4ca5df53c37b90df3246 (patch) | |
tree | 5dde146564784087fa99373acc7fc3382418d890 /include/net | |
parent | b2cc23398e8166b38f8715026273503b081c2a7a (diff) |
Bluetooth: Enable controller RPA resolution using Experimental feature
This patch adds support to enable the use of RPA Address resolution
using expermental feature mgmt command.
Signed-off-by: Sathish Narasimman <sathish.narasimman@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-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 dd82cce77a7a..c8e67042a3b1 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -318,6 +318,7 @@ enum { HCI_FORCE_BREDR_SMP, HCI_FORCE_STATIC_ADDR, HCI_LL_RPA_RESOLUTION, + HCI_ENABLE_LL_PRIVACY, HCI_CMD_PENDING, HCI_FORCE_NO_MITM, |