android13/packages/modules/Bluetooth/system/gd/module_unittest.fbs

11 lines
157 B
Plaintext

// module_unittest
namespace bluetooth;
attribute "privacy";
table ModuleUnitTestData {
title:string (privacy:"Any");
}
root_type ModuleUnitTestData;