Home
last modified time | relevance | path

Searched refs:on_scan_result (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py42 def on_scan_result(self, scan_result): member in BluetoothScannerCallbacks
214 observer.on_scan_result(scan_result)
292 def on_scan_result(self, scan_result): member in FlossScannerClient
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h135 void on_scan_result(uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address,
Dle_scanning_manager.cc465 void BleScannerInterfaceImpl::on_scan_result(uint16_t event_type, uint8_t address_type, in on_scan_result() function in BleScannerInterfaceImpl
505 BleScannerInterfaceImpl::on_scan_result(event_type, address_type, address, primary_phy, in OnScanResult()
511 do_in_main_thread(base::BindOnce(&BleScannerInterfaceImpl::on_scan_result, base::Unretained(this), in OnScanResult()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs296 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1130 fn on_scan_result(&mut self, scan_result: ScanResult); in on_scan_result() method
3607 fn on_scan_result( in on_scan_result() method
3945 fn on_scan_result( in on_scan_result() method
3959 callback.on_scan_result(ScanResult { in on_scan_result()
Dbluetooth.rs2207 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py468 def on_scan_result(self, scan_result): member in HostService.Scan.ScanObserver
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs443 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
Ddbus_iface.rs704 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method