You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
351 B
18 lines
351 B
namespace bluetooth.common;
|
|
|
|
attribute "privacy";
|
|
|
|
table InitFlagsData {
|
|
title:string;
|
|
gd_advertising_enabled:bool;
|
|
gd_scanning_enabled:bool;
|
|
gd_security_enabled:bool;
|
|
gd_acl_enabled:bool;
|
|
gd_hci_enabled:bool;
|
|
gd_controller_enabled:bool;
|
|
gd_core_enabled:bool;
|
|
btaa_hci_log_enabled:bool;
|
|
}
|
|
|
|
root_type InitFlagsData;
|