Home
last modified time | relevance | path

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

/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h56 int StartDiscovery() const;
Dbtif_shim.cc279 int BluetoothIntf::StartDiscovery() const { in StartDiscovery() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/gd/rust/topshim/src/
Dbtif.rs128 fn StartDiscovery(&self) -> i32; in StartDiscovery() function
321 self.internal.StartDiscovery() in start_discovery()