Home
last modified time | relevance | path

Searched refs:STATE_BLE_ON (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java151 STATE_BLE_ON, STATE_BLE_TURNING_OFF})
185 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter
629 } else if (state == BluetoothAdapter.STATE_BLE_ON) { in isLeEnabled()
699 } else if (state == BluetoothAdapter.STATE_BLE_ON) { in disableBLE()
794 if (state == BluetoothAdapter.STATE_BLE_ON in getState()
848 else if (getLeState() == STATE_BLE_ON) in getLeAccess()
895 if (state == BluetoothAdapter.STATE_BLE_ON) { in enable()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java217 if (st == BluetoothAdapter.STATE_BLE_ON) {
548 && mBluetooth.getState() == BluetoothAdapter.STATE_BLE_ON) { in onBluetoothGattServiceUp()
1374 (newState == BluetoothAdapter.STATE_BLE_ON) && in handleMessage()
1379 newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1654 if (newState == BluetoothAdapter.STATE_BLE_ON in bluetoothStateChangeHandler()
1657 && newState == BluetoothAdapter.STATE_BLE_ON); in bluetoothStateChangeHandler()
1714 if (prevState == BluetoothAdapter.STATE_BLE_ON) { in bluetoothStateChangeHandler()