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.java170 STATE_BLE_ON,
208 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter
242 case STATE_BLE_ON: in nameForState()
861 return (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON); in isLeEnabled()
896 if (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON) { in disableBLE()
999 if (state == BluetoothAdapter.STATE_BLE_ON || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()
1055 } else if (getLeState() == STATE_BLE_ON) { in getLeAccess()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java294 if (st == BluetoothAdapter.STATE_BLE_ON) {
1608 if (state == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
1809 == BluetoothAdapter.STATE_BLE_ON) && (mBluetooth != null) && mEnable) { in handleMessage()
1826 || newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
2135 if (newState == BluetoothAdapter.STATE_BLE_ON || newState == BluetoothAdapter.STATE_OFF) { in bluetoothStateChangeHandler()
2137 && newState == BluetoothAdapter.STATE_BLE_ON); in bluetoothStateChangeHandler()
2197 if (prevState == BluetoothAdapter.STATE_BLE_ON) { in bluetoothStateChangeHandler()