Home
last modified time | relevance | path

Searched defs:OnScanResult (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc73 void OnScanResult(uint16_t /* event_type */, uint8_t /* address_type */, RawAddress /* bda */, in OnScanResult() function in __anondc7e00270111::DefaultScanningCallback
458 void BleScannerInterfaceImpl::OnScanResult(uint16_t event_type, uint8_t address_type, in OnScanResult() function in BleScannerInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc116 void OnScanResult(uint16_t /* event_type */, uint8_t address_type, Address address, in OnScanResult() function in bluetooth::hci::facade::LeScanningManagerFacadeService
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dlow_energy_central_server.cc681 void LowEnergyCentralServer::OnScanResult(const bt::gap::Peer& peer) { in OnScanResult() function in bthost::LowEnergyCentralServer
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py207 def OnScanResult(self, scan_result): member in FlossScannerClient.ExportedScannerCallbacks
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc146 void BleScannerIntf::OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress addr, in OnScanResult() function in bluetooth::topshim::rust::BleScannerIntf
/aosp_15_r20/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc555 void OnScanResult(uint16_t /*event_type*/, uint8_t /*addr_type*/, RawAddress /*bda*/, in OnScanResult() function in TestScanningCallbacks
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc86 void OnScanResult(uint16_t /* event_type */, uint8_t /* address_type */, Address /* address */, in OnScanResult() function in bluetooth::hci::NullScanningCallback
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs886 OnScanResult(u16, u8, RawAddress, u8, u8, u8, i8, i8, u16, Vec<u8>), enumerator
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1053 void OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress bda, uint8_t primary_phy, in OnScanResult() function in android::JniScanningCallbacks