Home
last modified time | relevance | path

Searched refs:GetConnectionState (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h63 int GetConnectionState(const RustRawAddress& address) const;
Dbtif_shim.cc305 int BluetoothIntf::GetConnectionState(const RustRawAddress& address) const { in GetConnectionState() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/gd/rust/topshim/src/
Dbtif.rs138 fn GetConnectionState(&self, address: &RustRawAddress) -> i32; in GetConnectionState() function
338 self.internal.GetConnectionState(address) in get_connection_state()