packages/modules/Bluetooth/system/gd/hci/hci_acl_manager.fbs

14 lines
358 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
namespace bluetooth.hci;
attribute "privacy";
table AclManagerData {
title:string (privacy:"Any");
le_filter_accept_list_count:int (privacy:"Any");
le_filter_accept_list:[string] (privacy:"Any");
le_connectability_state:string (privacy:"Any");
le_create_connection_timeout_alarms_count:int (privacy:"Any");
}
root_type AclManagerData;