Searched refs:STATE_BLE_TURNING_ON (Results 1 – 2 of 2) sorted by relevance
161 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,190 public static final int STATE_BLE_TURNING_ON = 14; field in BluetoothAdapter214 case STATE_BLE_TURNING_ON: return "BLE_TURNING_ON"; in nameForState()858 || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()
1587 if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_ON) && in handleMessage()1957 } else if (newState == BluetoothAdapter.STATE_BLE_TURNING_ON || in bluetoothStateChangeHandler()