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