lib: Add defines for MGMT setting bits for CIS feature support
authorPauli Virtanen <pav@iki.fi>
Sat, 11 Feb 2023 10:53:47 +0000 (10:53 +0000)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:21:48 +0000 (15:51 +0530)
lib/mgmt.h

index 5d1a881..9a7b93a 100644 (file)
@@ -96,6 +96,8 @@ struct mgmt_rp_read_index_list {
 #define MGMT_SETTING_STATIC_ADDRESS    0x00008000
 #define MGMT_SETTING_PHY_CONFIGURATION 0x00010000
 #define MGMT_SETTING_WIDEBAND_SPEECH   0x00020000
+#define MGMT_SETTING_CIS_CENTRAL       0x00040000
+#define MGMT_SETTING_CIS_PERIPHERAL    0x00080000
 
 #define MGMT_OP_READ_INFO              0x0004
 struct mgmt_rp_read_info {