Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dmsft.h41 void MsftAdvMonitorAdd(const MsftAdvMonitor& monitor, MsftAdvMonitorAddCallback cb);
Dmsft.cc350 void MsftExtensionManager::MsftAdvMonitorAdd( in MsftAdvMonitorAdd() function in bluetooth::hci::MsftExtensionManager
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc253 void BleScannerIntf::MsftAdvMonitorAdd(uint32_t call_id, const RustMsftAdvMonitor& monitor) { in MsftAdvMonitorAdd() function in bluetooth::topshim::rust::BleScannerIntf
254 scanner_intf_->MsftAdvMonitorAdd( in MsftAdvMonitorAdd()
274 void BleScannerIntf::MsftAdvMonitorAdd(uint32_t, const RustMsftAdvMonitor&) {} in MsftAdvMonitorAdd() function in bluetooth::topshim::rust::BleScannerIntf
Dgatt_ble_scanner_shim.h111 void MsftAdvMonitorAdd(uint32_t call_id, const RustMsftAdvMonitor& monitor);
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h177 virtual void MsftAdvMonitorAdd(MsftAdvMonitor monitor,
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h74 void MsftAdvMonitorAdd(MsftAdvMonitor monitor,
Dle_scanning_manager.cc292 void BleScannerInterfaceImpl::MsftAdvMonitorAdd(MsftAdvMonitor monitor, in MsftAdvMonitorAdd() function in BleScannerInterfaceImpl
296 bluetooth::shim::GetMsftExtensionManager()->MsftAdvMonitorAdd( in MsftAdvMonitorAdd()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs165 fn MsftAdvMonitorAdd( in MsftAdvMonitorAdd() function
1524 mutcxxcall!(self, MsftAdvMonitorAdd, call_id, monitor); in msft_adv_monitor_add()