summaryrefslogtreecommitdiff
path: root/lib/mgmt.h
diff options
context:
space:
mode:
authorJaganath Kanakkassery <jaganath.k.os@gmail.com>2018-06-14 17:51:19 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-06-18 17:21:05 +0300
commit6d012fec79b4672edd9395af5b79c102ca28c3b3 (patch)
tree5f8bf2e67d6c4dccf57af719c32bdefab4fb6da7 /lib/mgmt.h
parent1e4e5aea417995e19970c97ff7f00d2201d816ad (diff)
downloadbluez-6d012fec79b4672edd9395af5b79c102ca28c3b3.tar.gz
btmgmt: Add support for setting PHY in add-adv
Diffstat (limited to 'lib/mgmt.h')
-rw-r--r--lib/mgmt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 7a25e170d..ec6a380a2 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -506,6 +506,9 @@ struct mgmt_rp_add_advertising {
#define MGMT_ADV_FLAG_TX_POWER (1 << 4)
#define MGMT_ADV_FLAG_APPEARANCE (1 << 5)
#define MGMT_ADV_FLAG_LOCAL_NAME (1 << 6)
+#define MGMT_ADV_FLAG_SEC_1M (1 << 7)
+#define MGMT_ADV_FLAG_SEC_2M (1 << 8)
+#define MGMT_ADV_FLAG_SEC_CODED (1 << 9)
#define MGMT_OP_REMOVE_ADVERTISING 0x003F
struct mgmt_cp_remove_advertising {