Home
last modified time | relevance | path

Searched refs:ACTION_BLE_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dmodule-lib-lint-baseline.txt2 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_BLE_STATE_CHANGED:
3 Field 'ACTION_BLE_STATE_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt2 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_BLE_STATE_CHANGED:
3 Field 'ACTION_BLE_STATE_CHANGED' is missing @BroadcastBehavior
Dsystem-current.txt104 …field public static final String ACTION_BLE_STATE_CHANGED = "android.bluetooth.adapter.action.BLE_…
/packages/modules/Bluetooth/framework/tests/util/src/
DBlockingBluetoothAdapter.kt21 import android.bluetooth.BluetoothAdapter.ACTION_BLE_STATE_CHANGED
172 context.registerReceiver(broadcastReceiver, IntentFilter(ACTION_BLE_STATE_CHANGED)) in <lambda>()
/packages/modules/Bluetooth/framework/tests/metrics/device/android/bluetooth/
DBluetoothMetricsHelperTest.kt90 IntentFilter(BluetoothAdapter.ACTION_BLE_STATE_CHANGED)
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt126 intentFilter.addAction(BluetoothAdapter.ACTION_BLE_STATE_CHANGED) in <lambda>()
150 .filter { it.getAction() == BluetoothAdapter.ACTION_BLE_STATE_CHANGED } in rebootBluetooth()
173 .filter { it.getAction() == BluetoothAdapter.ACTION_BLE_STATE_CHANGED } in factoryReset()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java2124 broadcastIntentStateChange(BluetoothAdapter.ACTION_BLE_STATE_CHANGED, prevState, newState); in bluetoothStateChangeHandler()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java653 public static final String ACTION_BLE_STATE_CHANGED = field in BluetoothAdapter