Searched refs:STATE_BLE_TURNING_ON (Results 1 – 2 of 2) sorted by relevance
171 STATE_BLE_TURNING_ON,203 public static final int STATE_BLE_TURNING_ON = 14; field in BluetoothAdapter242 case STATE_BLE_TURNING_ON: in nameForState()1040 if (state == BluetoothAdapter.STATE_BLE_ON || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()
284 if (state == BluetoothAdapter.STATE_BLE_TURNING_ON in onFactoryReset()2009 BluetoothAdapter.STATE_BLE_TURNING_ON, in handleMessage()2028 if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_ON) && (newState in handleMessage()2412 } else if (newState == BluetoothAdapter.STATE_BLE_TURNING_ON in bluetoothStateChangeHandler()