Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java214 if (st == BluetoothAdapter.STATE_BLE_ON) {
560 && mBluetooth.getState() == BluetoothAdapter.STATE_BLE_ON) { in onBluetoothGattServiceUp()
1162 if (state == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1361 (newState == BluetoothAdapter.STATE_BLE_ON) && in handleMessage()
1379 newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1664 if (newState == BluetoothAdapter.STATE_BLE_ON || in bluetoothStateChangeHandler()
1667 && newState == BluetoothAdapter.STATE_BLE_ON); in bluetoothStateChangeHandler()
1721 if (prevState == BluetoothAdapter.STATE_BLE_ON) { in bluetoothStateChangeHandler()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java157 STATE_BLE_ON, STATE_BLE_TURNING_OFF})
191 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter
640 } else if (state == BluetoothAdapter.STATE_BLE_ON) { in isLeEnabled()
712 } else if (state == BluetoothAdapter.STATE_BLE_ON) { in disableBLE()
814 if (state == BluetoothAdapter.STATE_BLE_ON in getState()
865 else if (getLeState() == STATE_BLE_ON) in getLeAccess()