1namespace bluetooth.common; 2 3attribute "privacy"; 4 5table InitFlagsData { 6 title:string; 7 gd_advertising_enabled:bool; 8 gd_scanning_enabled:bool; 9 gd_security_enabled:bool; 10 gd_acl_enabled:bool; 11 gd_hci_enabled:bool; 12 gd_controller_enabled:bool; 13 gd_core_enabled:bool; 14 btaa_hci_log_enabled:bool; 15} 16 17root_type InitFlagsData; 18