Home
last modified time | relevance | path

Searched refs:StopSync (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dble_scanner.h173 virtual void StopSync(uint16_t handle) = 0;
/aosp12/system/bt/btif/src/
H A Dbtif_ble_scanner.cc337 void StopSync(uint16_t handle) override {} in StopSync() function in __anon858df5630110::BleScannerInterfaceImpl
/aosp12/system/bt/service/test/
H A Dlow_energy_scanner_unittest.cc73 MOCK_METHOD1(StopSync, void(uint16_t));
/aosp12/system/bt/main/shim/
H A Dle_scanning_manager.cc220 void StopSync(uint16_t handle) { in StopSync() function in BleScannerInterfaceImpl
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2265 sGattIf->scanner->StopSync(sync_handle); in stopSyncNative()