unplugged-vendor/system/bt/gd/hci/hci_acl_manager.fbs

10 lines
134 B
Plaintext

namespace bluetooth.hci;
attribute "privacy";
table AclManagerData {
title:string (privacy:"Any");
}
root_type AclManagerData;