Searched refs:on_scan_result (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | scanner_client.py | 42 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/ |
D | ble_scanner_interface_impl.h | 135 void on_scan_result(uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address,
|
D | le_scanning_manager.cc | 465 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/ |
D | iface_bluetooth_gatt.rs | 296 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 1130 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()
|
D | bluetooth.rs | 2207 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 468 def on_scan_result(self, scan_result): member in HostService.Scan.ScanObserver
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 443 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
|
D | dbus_iface.rs | 704 fn on_scan_result(&mut self, scan_result: ScanResult) { in on_scan_result() method
|