• Home
  • Raw
  • Download

Lines Matching refs:RustRawAddress

59 static RustRawAddress to_rust_address(RawAddress* address) {  in to_rust_address()
60 RustRawAddress raddr; in to_rust_address()
66 static RawAddress from_rust_address(const RustRawAddress& address) { in from_rust_address()
92 RustRawAddress addr = to_rust_address(bd_addr); in remote_device_properties_cb()
107 RustRawAddress addr = to_rust_address(remote_bd_addr); in pin_request_cb()
119 RustRawAddress addr = to_rust_address(remote_bd_addr); in ssp_request_cb()
126 RustRawAddress addr = to_rust_address(remote_bd_addr); in bond_state_changed_cb()
133 RustRawAddress addr = to_rust_address(remote_bd_addr); in acl_state_changed_cb()
255 int BluetoothIntf::GetRemoteDeviceProperties(const RustRawAddress& address) const { in GetRemoteDeviceProperties()
261 int BluetoothIntf::GetRemoteDeviceProperty(const RustRawAddress& address, int prop_type) const { in GetRemoteDeviceProperty()
266 int BluetoothIntf::SetRemoteDeviceProperty(const RustRawAddress& address, const BtProperty& prop) c… in SetRemoteDeviceProperty()
273 int BluetoothIntf::GetRemoteServices(const RustRawAddress& address) const { in GetRemoteServices()
287 int BluetoothIntf::CreateBond(const RustRawAddress& address, int transport) const { in CreateBond()
293 int BluetoothIntf::RemoveBond(const RustRawAddress& address) const { in RemoveBond()
299 int BluetoothIntf::CancelBond(const RustRawAddress& address) const { in CancelBond()
305 int BluetoothIntf::GetConnectionState(const RustRawAddress& address) const { in GetConnectionState()
312 const RustRawAddress& address, uint8_t accept, uint8_t pin_len, const BtPinCode& code) const { in PinReply()
321 int BluetoothIntf::SspReply(const RustRawAddress& address, int ssp_variant, uint8_t accept, uint32_… in SspReply()