Home
last modified time | relevance | path

Searched refs:STATE_BLE_TURNING_OFF (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DAdapterServiceTest.java299 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_BLE_TURNING_OFF, in doDisable()
307 verifyStateChange(BluetoothAdapter.STATE_BLE_TURNING_OFF, BluetoothAdapter.STATE_OFF, in doDisable()
376 BluetoothAdapter.STATE_BLE_TURNING_OFF, 1, in testGattStartTimeout()
383 verifyStateChange(BluetoothAdapter.STATE_BLE_TURNING_OFF, BluetoothAdapter.STATE_OFF, 1, in testGattStartTimeout()
413 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_BLE_TURNING_OFF, 1, in testGattStopTimeout()
419 verifyStateChange(BluetoothAdapter.STATE_BLE_TURNING_OFF, BluetoothAdapter.STATE_OFF, 1, in testGattStopTimeout()
488 BluetoothAdapter.STATE_BLE_TURNING_OFF, 1, in testProfileStopTimeout()
495 verifyStateChange(BluetoothAdapter.STATE_BLE_TURNING_OFF, BluetoothAdapter.STATE_OFF, 1, in testProfileStopTimeout()
535 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_BLE_TURNING_OFF, 1, in testSnoopLoggingChange()
542 verifyStateChange(BluetoothAdapter.STATE_BLE_TURNING_OFF, BluetoothAdapter.STATE_OFF, 1, in testSnoopLoggingChange()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java381 return BluetoothAdapter.STATE_BLE_TURNING_OFF; in getStateValue()
H A DRemoteDevices.java689 || state == BluetoothAdapter.STATE_BLE_TURNING_OFF) { in aclStateChangeCallback()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java187 STATE_BLE_TURNING_OFF
231 public static final int STATE_BLE_TURNING_OFF = 16; field in BluetoothAdapter
260 case STATE_BLE_TURNING_OFF: in nameForState()
1117 || state == BluetoothAdapter.STATE_BLE_TURNING_OFF) { in getState()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java2140 BluetoothAdapter.STATE_BLE_TURNING_OFF)); in handleMessage()
2168 if ((prevState == BluetoothAdapter.STATE_BLE_TURNING_OFF) && (newState in handleMessage()
2529 case BluetoothAdapter.STATE_BLE_TURNING_OFF: in isBleState()
2604 || newState == BluetoothAdapter.STATE_BLE_TURNING_OFF) { in bluetoothStateChangeHandler()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9930 Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_TURNING_OFF:I