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.java162 STATE_BLE_ON, STATE_BLE_TURNING_OFF})
196 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter
215 case STATE_BLE_ON: return "BLE_ON"; in nameForState()
729 return (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON); in isLeEnabled()
763 if (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON) { in disableBLE()
857 if (state == BluetoothAdapter.STATE_BLE_ON in getState()
907 else if (getLeState() == STATE_BLE_ON) in getLeAccess()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java288 if (st == BluetoothAdapter.STATE_BLE_ON) {
608 mBluetooth.getState() == BluetoothAdapter.STATE_BLE_ON) { in binderDied()
731 if (st != BluetoothAdapter.STATE_BLE_ON) { in onBluetoothGattServiceUp()
1400 if (state == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1593 (newState == BluetoothAdapter.STATE_BLE_ON) && in handleMessage()
1611 newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1911 if (newState == BluetoothAdapter.STATE_BLE_ON || in bluetoothStateChangeHandler()
1914 && newState == BluetoothAdapter.STATE_BLE_ON); in bluetoothStateChangeHandler()
1968 if (prevState == BluetoothAdapter.STATE_BLE_ON) { in bluetoothStateChangeHandler()