Searched refs:MsftAdvMonitorEnable (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | msft.h | 43 void MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb);
|
D | msft.cc | 360 void MsftExtensionManager::MsftAdvMonitorEnable(bool enable, MsftAdvMonitorEnableCallback cb) { in MsftAdvMonitorEnable() function in bluetooth::hci::MsftExtensionManager
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 264 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t call_id, bool enable) { in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf 265 scanner_intf_->MsftAdvMonitorEnable( in MsftAdvMonitorEnable() 276 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t, bool) {} in MsftAdvMonitorEnable() function in bluetooth::topshim::rust::BleScannerIntf
|
D | gatt_ble_scanner_shim.h | 117 void MsftAdvMonitorEnable(uint32_t call_id, bool enable);
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 185 virtual void MsftAdvMonitorEnable(bool enable,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 78 void MsftAdvMonitorEnable(bool enable,
|
D | le_scanning_manager.cc | 313 void BleScannerInterfaceImpl::MsftAdvMonitorEnable( in MsftAdvMonitorEnable() function in BleScannerInterfaceImpl 317 bluetooth::shim::GetMsftExtensionManager()->MsftAdvMonitorEnable( in MsftAdvMonitorEnable()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 171 fn MsftAdvMonitorEnable(self: Pin<&mut BleScannerIntf>, call_id: u32, enable: bool); in MsftAdvMonitorEnable() function 1532 mutcxxcall!(self, MsftAdvMonitorEnable, call_id, enable); in msft_adv_monitor_enable()
|