Searched refs:STATE_BLE_ON (Results 1 – 4 of 4) sorted by relevance
97 && bluetoothAdapter.getLeState() == BluetoothAdapter.STATE_BLE_ON) { in CarTrustAgentUnlockDialogHelper()186 if (state == BluetoothAdapter.STATE_BLE_ON) { in onReceive()
303 if (!waitForState(Set.of(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_ON))) { in onFactoryReset()316 if (state == BluetoothAdapter.STATE_BLE_ON) { in onFactoryReset()369 if (st == BluetoothAdapter.STATE_BLE_ON) { in onAirplaneModeChanged()887 || mState == BluetoothAdapter.STATE_BLE_ON in enableBle()921 if (mState == BluetoothAdapter.STATE_BLE_ON && !isBleAppPresent()) { in disableBle()1754 if (state == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()2001 BluetoothAdapter.STATE_BLE_ON, in handleMessage()2024 == BluetoothAdapter.STATE_BLE_ON) && (mBluetooth != null) && mEnable) { in handleMessage()2041 || newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()2366 if (newState == BluetoothAdapter.STATE_BLE_ON || newState == BluetoothAdapter.STATE_OFF) { in bluetoothStateChangeHandler()[all …]
171 STATE_BLE_ON,209 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter243 case STATE_BLE_ON: in nameForState()884 || state == BluetoothAdapter.STATE_BLE_ON in isLeEnabled()1001 if (state == BluetoothAdapter.STATE_BLE_ON || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()1058 } else if (getLeState() == STATE_BLE_ON) { in getLeAccess()
9938 Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_ON:I