Loading services/core/java/com/android/server/BluetoothManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1722,6 +1722,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { sendBleStateChanged(prevState, newState); } if( newState == BluetoothAdapter.STATE_TURNING_ON && prevState == BluetoothAdapter.STATE_BLE_ON) { mEnable = true; } if (isStandardBroadcast) { if (prevState == BluetoothAdapter.STATE_BLE_ON) { // Show prevState of BLE_ON as OFF to standard users Loading Loading
services/core/java/com/android/server/BluetoothManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1722,6 +1722,11 @@ class BluetoothManagerService extends IBluetoothManager.Stub { sendBleStateChanged(prevState, newState); } if( newState == BluetoothAdapter.STATE_TURNING_ON && prevState == BluetoothAdapter.STATE_BLE_ON) { mEnable = true; } if (isStandardBroadcast) { if (prevState == BluetoothAdapter.STATE_BLE_ON) { // Show prevState of BLE_ON as OFF to standard users Loading