Searched refs:MsftAdvMonitorAdd (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | msft.h | 41 void MsftAdvMonitorAdd(const MsftAdvMonitor& monitor, MsftAdvMonitorAddCallback cb);
|
D | msft.cc | 350 void MsftExtensionManager::MsftAdvMonitorAdd( in MsftAdvMonitorAdd() function in bluetooth::hci::MsftExtensionManager
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 253 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
|
D | gatt_ble_scanner_shim.h | 111 void MsftAdvMonitorAdd(uint32_t call_id, const RustMsftAdvMonitor& monitor);
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 177 virtual void MsftAdvMonitorAdd(MsftAdvMonitor monitor,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 74 void MsftAdvMonitorAdd(MsftAdvMonitor monitor,
|
D | le_scanning_manager.cc | 292 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/ |
D | gatt.rs | 165 fn MsftAdvMonitorAdd( in MsftAdvMonitorAdd() function 1524 mutcxxcall!(self, MsftAdvMonitorAdd, call_id, monitor); in msft_adv_monitor_add()
|