From 9adf47f6c87251e812beabbbe71722fa84e35c30 Mon Sep 17 00:00:00 2001 From: weichinweng Date: Thu, 5 Mar 2020 10:53:29 +0800 Subject: [PATCH] Fix bluetooth can't turn off during network reset (3/3) Add onFactoryReset into IBluetoothManager interface. Bug: 110181479 Test: manual Change-Id: Ic36ffd63c376f84e3c9f0388820da86f63465c8f --- binder/android/bluetooth/IBluetoothManager.aidl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binder/android/bluetooth/IBluetoothManager.aidl b/binder/android/bluetooth/IBluetoothManager.aidl index 8987898cb..491b7a8ef 100644 --- a/binder/android/bluetooth/IBluetoothManager.aidl +++ b/binder/android/bluetooth/IBluetoothManager.aidl @@ -49,6 +49,8 @@ interface IBluetoothManager String getAddress(); String getName(); + boolean onFactoryReset(); + boolean isBleScanAlwaysAvailable(); int updateBleAppCount(IBinder b, boolean enable, String packageName); boolean isBleAppPresent(); -- 2.11.0