Lines Matching refs:BtProperty
85 pub struct BtProperty { struct
120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty()
124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty()
195 properties: Vec<BtProperty>, in adapter_properties_callback() argument
202 properties: Vec<BtProperty>, in remote_device_properties_callback() argument
207 properties: Vec<BtProperty>, in device_found_callback() argument
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>,
311 pub fn set_adapter_property(&mut self, prop: &ffi::BtProperty) -> i32 { in set_adapter_property()
356 properties: Vec<ffi::BtProperty>, in adapter_properties_callback() argument
366 properties: Vec<ffi::BtProperty>, in remote_device_properties_callback() argument
374 properties: Vec<ffi::BtProperty>, in device_found_callback() argument