Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.h40 void MsftAdvMonitorAdd(const MsftAdvMonitor& monitor, MsftAdvMonitorAddCallback cb);
Dmsft.cc334 void MsftExtensionManager::MsftAdvMonitorAdd(const MsftAdvMonitor& monitor, in MsftAdvMonitorAdd() function in bluetooth::hci::MsftExtensionManager
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc230 void BleScannerIntf::MsftAdvMonitorAdd(const RustMsftAdvMonitor& monitor) { in MsftAdvMonitorAdd() function in bluetooth::topshim::rust::BleScannerIntf
231 scanner_intf_->MsftAdvMonitorAdd( in MsftAdvMonitorAdd()
Dgatt_ble_scanner_shim.h96 void MsftAdvMonitorAdd(const RustMsftAdvMonitor& monitor);
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h130 virtual void MsftAdvMonitorAdd(MsftAdvMonitor monitor, MsftAdvMonitorAddCallback cb) = 0;
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h68 void MsftAdvMonitorAdd(MsftAdvMonitor monitor, MsftAdvMonitorAddCallback cb) override;
Dle_scanning_manager.cc251 void BleScannerInterfaceImpl::MsftAdvMonitorAdd(MsftAdvMonitor monitor, in MsftAdvMonitorAdd() function in BleScannerInterfaceImpl
255 bluetooth::shim::GetMsftExtensionManager()->MsftAdvMonitorAdd( in MsftAdvMonitorAdd()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs167 fn MsftAdvMonitorAdd(self: Pin<&mut BleScannerIntf>, monitor: &RustMsftAdvMonitor); in MsftAdvMonitorAdd() function
1620 mutcxxcall!(self, MsftAdvMonitorAdd, monitor); in msft_adv_monitor_add()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1875 sScanner->MsftAdvMonitorAdd(std::move(native_msft_adv_monitor), in gattClientMsftAdvMonitorAddNative()
1915 sScanner->MsftAdvMonitorAdd(std::move(native_msft_adv_monitor), in gattClientMsftAdvMonitorAddNative()