packages/modules/Bluetooth/system/gd/dumpsys/internal/test_data/string.fbs

8 lines
98 B
Plaintext
Raw Normal View History

2025-08-25 08:38:42 +08:00
namespace testing;
table TestTableString {
test_string:string;
}
root_type TestTableString;