Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs189 fn start_discovery(&self) -> bool { in start_discovery() method
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc74 static int start_discovery(void) { return BT_STATUS_SUCCESS; } in start_discovery() function
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs98 fn start_discovery(&self) -> bool; in start_discovery() method
1079 fn start_discovery(&self) -> bool { in start_discovery() method
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc299 static int start_discovery(void) { in start_discovery() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc326 static int start_discovery(void) { in start_discovery() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h647 int (*start_discovery)(void); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs972 pub fn start_discovery(&self) -> i32 { in start_discovery() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs338 fn start_discovery(&self) -> bool { in start_discovery() method