Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_modules_Bluetooth
/
d8b48c6221887ac8d651df642aaedfff7be482e4
/
.
/
system
/
gd
/
module_unittest.fbs
blob: 3c0a1b6bd003543909d6e458df99af09e8a1f1cd [
file
] [
log
] [
blame
]
// module_unittest
namespace
bluetooth
;
attribute
"privacy"
;
table
ModuleUnitTestData
{
title
:
string
(
privacy
:
"Any"
);
}
root_type
ModuleUnitTestData
;