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

11 lines
157 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
// module_unittest
namespace bluetooth;
attribute "privacy";
table ModuleUnitTestData {
title:string (privacy:"Any");
}
root_type ModuleUnitTestData;