Home
last modified time | relevance | path

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

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