Searched defs:ApcfCommand (Results 1 – 2 of 2) sorted by relevance
95 struct ApcfCommand { struct96 uint8_t type;97 RawAddress address;98 uint8_t addr_type;99 bluetooth::Uuid uuid;100 bluetooth::Uuid uuid_mask;101 std::vector<uint8_t> name;102 uint16_t company;103 uint16_t company_mask;104 uint8_t org_id;[all …]
428 pub type ApcfCommand = ffi::RustApcfCommand; typedef1511 pub fn scan_filter_add(&mut self, filter_index: u8, filters: Vec<ApcfCommand>) { in scan_filter_add()