1namespace bluetooth.hci; 2 3attribute "privacy"; 4 5table AclManagerData { 6 title:string (privacy:"Any"); 7} 8 9root_type AclManagerData; 10