unplugged-vendor/system/bt/gd/common/init_flags.fbs

18 lines
351 B
Plaintext

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;