Home
last modified time | relevance | path

Searched defs:IsMsftSupported (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc228 bool BleScannerIntf::IsMsftSupported() { return scanner_intf_->IsMsftSupported(); } in IsMsftSupported() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc244 bool BleScannerInterfaceImpl::IsMsftSupported() { in IsMsftSupported() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs166 fn IsMsftSupported(self: Pin<&mut BleScannerIntf>) -> bool; in IsMsftSupported() function