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 D | AdapterServiceTest.java | 299 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 D | AdapterState.java | 381 return BluetoothAdapter.STATE_BLE_TURNING_OFF; in getStateValue()
|
H A D | RemoteDevices.java | 689 || state == BluetoothAdapter.STATE_BLE_TURNING_OFF) { in aclStateChangeCallback()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothAdapter.java | 187 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 D | BluetoothManagerService.java | 2140 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 D | hiddenapi-max-target-o.txt | 9930 Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_TURNING_OFF:I
|