Searched refs:STATE_BLE_TURNING_OFF (Results 1 – 2 of 2) sorted by relevance
162 STATE_BLE_ON, STATE_BLE_TURNING_OFF})202 public static final int STATE_BLE_TURNING_OFF = 16; field in BluetoothAdapter216 case STATE_BLE_TURNING_OFF: return "BLE_TURNING_OFF"; in nameForState()859 || state == BluetoothAdapter.STATE_BLE_TURNING_OFF) { in getState()
1600 if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_OFF) && in handleMessage()1958 newState == BluetoothAdapter.STATE_BLE_TURNING_OFF ) { in bluetoothStateChangeHandler()