Searched refs:start_discovery (Results 1 – 15 of 15) sorted by relevance
43 int start_discovery([[maybe_unused]] unsigned int num_loops, in start_discovery() function73 return start_discovery(options_.loop_, options_.device_.front()); in Run()
123 EXPECT_EQ(bt_interface()->start_discovery(), BT_STATUS_SUCCESS); in TEST_F()139 EXPECT_EQ(bt_interface()->start_discovery(), BT_STATUS_SUCCESS); in TEST_F()187 EXPECT_EQ(bt_interface()->start_discovery(), BT_STATUS_SUCCESS); in TEST_F()
41 log::assert_that(bluetoothInterface.start_discovery() == BT_STATUS_SUCCESS, in start_scan()
283 def start_discovery(self): member in Bluetooth287 return self.adapter_client.start_discovery()
579 self.bluetooth.start_discovery()
594 static int start_discovery(void) { in start_discovery() function1173 .start_discovery = start_discovery,
149 fn start_discovery(&mut self) -> bool; in start_discovery() method1326 self.start_discovery(); in discovery_exit_suspend()1346 self.start_discovery(); in resume_discovery()2325 fn start_discovery(&mut self) -> bool { in start_discovery() method2346 self.intf.lock().unwrap().start_discovery() == 0 in start_discovery()
744 int (*start_discovery)(void); member
384 true => self.btif_intf.lock().unwrap().start_discovery(), in toggle_discovery()
688 def start_discovery(self): member in FlossAdapterClient
1350 pub fn start_discovery(&self) -> i32 { in start_discovery() method1351 ccall!(self, start_discovery) in start_discovery()
580 fn start_discovery(&mut self) -> bool { in start_discovery() method
687 self.lock_context().adapter_dbus.as_mut().unwrap().start_discovery(); in cmd_discovery()
845 fn start_discovery(&mut self) -> bool { in start_discovery() method
1120 int ret = sBluetoothInterface->start_discovery(); in startDiscoveryNative()