Searched defs:RustRawAddress (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/rust/topshim/src/ |
D | btif.rs | 95 pub struct RustRawAddress { struct 96 address: [u8; 6], 123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty() 124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty() 131 fn CreateBond(&self, address: &RustRawAddress, transport: i32) -> i32; in CreateBond() 142 address: &RustRawAddress, in PinReply() 149 address: &RustRawAddress, in SspReply() 200 address: RustRawAddress, in remote_device_properties_callback() 212 remote_addr: RustRawAddress, in pin_request_callback() 219 remote_addr: RustRawAddress, in ssp_request_callback() [all …]
|