Searched defs:LinkOptions (Results 1 – 2 of 2) sorted by relevance
38 struct LinkOptions { struct39 std::string output_path;40 std::string manifest_path;44 bool output_to_directory = false;45 bool auto_add_overlay = false;65 bool no_auto_version = false;66 bool no_version_vectors = false;70 bool no_xml_namespaces = false;77 bool merge_only = false;88 bool keep_raw_values = false;[all …]
28 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions() function in bluetooth::l2cap::le::LinkOptions