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.java160 STATE_BLE_ON, STATE_BLE_TURNING_OFF})
194 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter
643 } else if (state == BluetoothAdapter.STATE_BLE_ON) { in isLeEnabled()
715 } else if (state == BluetoothAdapter.STATE_BLE_ON) { in disableBLE()
817 if (state == BluetoothAdapter.STATE_BLE_ON in getState()
868 else if (getLeState() == STATE_BLE_ON) in getLeAccess()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java214 if (st == BluetoothAdapter.STATE_BLE_ON) {
578 && mBluetooth.getState() == BluetoothAdapter.STATE_BLE_ON) { in onBluetoothGattServiceUp()
1180 if (state == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1379 (newState == BluetoothAdapter.STATE_BLE_ON) && in handleMessage()
1397 newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1682 if (newState == BluetoothAdapter.STATE_BLE_ON || in bluetoothStateChangeHandler()
1685 && newState == BluetoothAdapter.STATE_BLE_ON); in bluetoothStateChangeHandler()
1739 if (prevState == BluetoothAdapter.STATE_BLE_ON) { in bluetoothStateChangeHandler()