Home
last modified time | relevance | path

Searched refs:start_scan (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.cc38 int start_scan([[maybe_unused]] unsigned int num_loops) { in start_scan() function
98 return start_scan(options_.loop_); in Run()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java61 scanButton.setText(R.string.start_scan); in onClick()
86 scanButton.setText(R.string.start_scan); in onCreate()
/packages/modules/Bluetooth/tools/rootcanal/scripts/scripted_beacon_test/
Drun_test.sh22 python3 scripts/hci_socket.py 6402 < scripts/scripted_beacon_test/start_scan > /tmp/logs/scripted_b…
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py314 def start_scan(self, scanner_id, settings=None, scan_filter=None): member in Bluetooth
318 return self.scanner_client.start_scan(scanner_id, settings, scan_filter)
Dhost.py487 self.bluetooth.start_scan(scanner_id)
/packages/modules/Connectivity/nearby/service/proto/src/presence/
Dblefilter.proto129 optional bool start_scan = 1; field
/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py538 def start_scan(self, scanner_id, settings, scan_filter): member in FlossScannerClient
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py127 async def start_scan(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs310 fn start_scan(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in start_scan() method
312 scanner.start_scan(); in start_scan()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc588 start_scan(); in scan()
599 void start_scan() { in start_scan() function
1692 start_scan(); in OnResume()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs626 fn start_scan( in start_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs388 fn start_scan( in start_scan() method
1429 self.gatt.as_ref().unwrap().lock().unwrap().scanner.start_scan(); in update_scan()
1958 self.start_scan(scanner_id, Some(settings), /*filter=*/ None) in start_active_scan()
2177 fn start_scan( in start_scan() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1485 pub fn start_scan(&mut self) { in start_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1569 self.lock_context().gatt_dbus.as_mut().unwrap().start_scan( in cmd_le_scan()
Ddbus_iface.rs1485 fn start_scan( in start_scan() method