Home
last modified time | relevance | path

Searched defs:start_discovery (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/discovery/
Ddiscovery.cc43 int start_discovery([[maybe_unused]] unsigned int num_loops, in start_discovery() function
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py283 def start_discovery(self): member in Bluetooth
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py688 def start_discovery(self): member in FlossAdapterClient
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc594 static int start_discovery(void) { in start_discovery() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h744 int (*start_discovery)(void); member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs149 fn start_discovery(&mut self) -> bool; in start_discovery() method
2325 fn start_discovery(&mut self) -> bool { in start_discovery() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs580 fn start_discovery(&mut self) -> bool { in start_discovery() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1350 pub fn start_discovery(&self) -> i32 { in start_discovery() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs845 fn start_discovery(&mut self) -> bool { in start_discovery() method