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

8 lines
98 B
Plaintext

namespace testing;
table TestTableString {
test_string:string;
}
root_type TestTableString;