Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.h57 int CancelDiscovery() const;
H A Dbtif_shim.cc283 int BluetoothIntf::CancelDiscovery() const { in CancelDiscovery() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs129 fn CancelDiscovery(&self) -> i32; in CancelDiscovery() function
324 self.internal.CancelDiscovery() in cancel_discovery()