monitor/msft: Add feature bits definition
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 19 Oct 2021 23:41:05 +0000 (16:41 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:37 +0000 (19:08 +0530)
This adds the feature bits definition used in
HCI_VS_MSFT_Read_Supported_Features.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/msft.h

index d2921f4..e6e3019 100644 (file)
@@ -30,6 +30,13 @@ struct msft_cmd_read_supported_features {
        uint8_t subcmd;
 } __attribute__((packed));
 
+#define MSFT_MONITOR_BREDR_RSSI                        BIT(0)
+#define MSFT_MONITOR_LE_RSSI                   BIT(1)
+#define MSFT_MONITOR_LE_LEGACY_RSSI            BIT(2)
+#define MSFT_MONITOR_LE_ADV                    BIT(3)
+#define MSFT_MONITOR_SSP_VALIDATION            BIT(4)
+#define MSFT_MONITOR_LE_ADV_CONTINUOS          BIT(5)
+
 struct msft_rsp_read_supported_features {
        uint8_t  status;
        uint8_t  subcmd;