Loading framework/java/android/bluetooth/BluetoothDevice.java +1 −1 Original line number Diff line number Diff line Loading @@ -1914,7 +1914,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { if (DBG) log("getBondState() uncached"); final IBluetooth service = sService; final int defaultValue = BOND_NONE; if (service == null || !isBluetoothEnabled()) { if (service == null) { Log.e(TAG, "BT not enabled. Cannot get bond state"); if (DBG) log(Log.getStackTraceString(new Throwable())); } else { Loading Loading
framework/java/android/bluetooth/BluetoothDevice.java +1 −1 Original line number Diff line number Diff line Loading @@ -1914,7 +1914,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { if (DBG) log("getBondState() uncached"); final IBluetooth service = sService; final int defaultValue = BOND_NONE; if (service == null || !isBluetoothEnabled()) { if (service == null) { Log.e(TAG, "BT not enabled. Cannot get bond state"); if (DBG) log(Log.getStackTraceString(new Throwable())); } else { Loading