Searched refs:STATE_BLE_TURNING_ON (Results 1 – 2 of 2) sorted by relevance
156 @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 BluetoothAdapter815 || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()
1355 if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_ON) && in handleMessage()1710 } else if (newState == BluetoothAdapter.STATE_BLE_TURNING_ON || in bluetoothStateChangeHandler()