Home
last modified time | relevance | path

Searched refs:STATE_BLE_TURNING_ON (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java156 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
185 public static final int STATE_BLE_TURNING_ON = 14; field in BluetoothAdapter
815 || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1355 if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_ON) && in handleMessage()
1710 } else if (newState == BluetoothAdapter.STATE_BLE_TURNING_ON || in bluetoothStateChangeHandler()