Lines Matching refs:RustRawAddress
95 pub struct RustRawAddress { struct
122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties()
123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty() argument
124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty() argument
126 fn GetRemoteServices(&self, address: &RustRawAddress) -> i32; in GetRemoteServices()
131 fn CreateBond(&self, address: &RustRawAddress, transport: i32) -> i32; in CreateBond() argument
135 fn RemoveBond(&self, address: &RustRawAddress) -> i32; in RemoveBond()
136 fn CancelBond(&self, address: &RustRawAddress) -> i32; in CancelBond()
138 fn GetConnectionState(&self, address: &RustRawAddress) -> i32; in GetConnectionState()
142 address: &RustRawAddress, in PinReply() argument
149 address: &RustRawAddress, in SspReply() argument
200 address: RustRawAddress, in remote_device_properties_callback() argument
212 remote_addr: RustRawAddress, in pin_request_callback() argument
219 remote_addr: RustRawAddress, in ssp_request_callback() argument
228 remote_addr: RustRawAddress, in bond_state_changed_callback() argument
234 remote_addr: RustRawAddress, in acl_state_changed_callback() argument
253 Box<dyn Fn(i32, ffi::RustRawAddress, i32, Vec<ffi::BtProperty>) + Send>,
256 pub pin_request: Box<dyn Fn(ffi::RustRawAddress, String, u32, bool) + Send>,
257 pub ssp_request: Box<dyn Fn(ffi::RustRawAddress, String, u32, i32, u32) + Send>,
258 pub bond_state_changed: Box<dyn Fn(i32, ffi::RustRawAddress, i32) + Send>,
259 pub acl_state_changed: Box<dyn Fn(i32, ffi::RustRawAddress, i32, i32) + Send>,
327 pub fn create_bond(&mut self, address: &ffi::RustRawAddress, transport: i32) -> i32 { in create_bond() argument
330 pub fn remove_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in remove_bond()
333 pub fn cancel_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in cancel_bond()
337 pub fn get_connection_state(&mut self, address: &ffi::RustRawAddress) -> i32 { in get_connection_state()
364 address: ffi::RustRawAddress, in remote_device_properties_callback() argument
387 remote_addr: ffi::RustRawAddress, in pin_request_callback() argument
396 remote_addr: ffi::RustRawAddress, in ssp_request_callback() argument
407 remote_addr: ffi::RustRawAddress, in bond_state_changed_callback() argument
415 remote_addr: ffi::RustRawAddress, in acl_state_changed_callback() argument