Home
last modified time | relevance | path

Searched defs:StopSync (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager.h118 void StopSync(uint16_t handle) { in StopSync() function
Dle_scanning_manager.cc1851 void LeScanningManager::StopSync(uint16_t handle) { in StopSync() function in bluetooth::hci::LeScanningManager
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc331 void BleScannerIntf::StopSync(uint16_t handle) { in StopSync() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto62 rpc StopSync(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc440 void BleScannerInterfaceImpl::StopSync(uint16_t handle) { in StopSync() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs206 fn StopSync(self: Pin<&mut BleScannerIntf>, handle: u16); in StopSync() function