Lines Matching refs:Vec
11 use std::vec::Vec;
88 val: Vec<u8>,
111 init_flags: Vec<String>, in Initialize()
195 properties: Vec<BtProperty>, in adapter_properties_callback()
202 properties: Vec<BtProperty>, in remote_device_properties_callback()
207 properties: Vec<BtProperty>, in device_found_callback()
251 pub adapter_properties_changed: Box<dyn Fn(i32, i32, Vec<ffi::BtProperty>) + Send>,
253 Box<dyn Fn(i32, ffi::RustRawAddress, i32, Vec<ffi::BtProperty>) + Send>,
254 pub device_found: Box<dyn Fn(i32, Vec<ffi::BtProperty>) + Send>,
281 init_flags: Vec<String>, in initialize()
356 properties: Vec<ffi::BtProperty>, in adapter_properties_callback()
366 properties: Vec<ffi::BtProperty>, in remote_device_properties_callback()
374 properties: Vec<ffi::BtProperty>, in device_found_callback()