Loading android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/BluetoothKeystoreService.java +3 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,9 @@ public class BluetoothKeystoreService { */ public void initJni() { debugLog("initJni()"); // Need to make sure all keys are decrypted. stopThread(); startThread(); // Initialize native interface mBluetoothKeystoreNativeInterface.init(); } Loading Loading
android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/BluetoothKeystoreService.java +3 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,9 @@ public class BluetoothKeystoreService { */ public void initJni() { debugLog("initJni()"); // Need to make sure all keys are decrypted. stopThread(); startThread(); // Initialize native interface mBluetoothKeystoreNativeInterface.init(); } Loading