Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java224 if (isBlePresent(associationId)) { in startObservingDevicePresence()
431 public boolean isBlePresent(int associationId) { in isBlePresent() method in DevicePresenceProcessor
528 if (isBlePresent(associationId)) { in onBluetoothCompanionDeviceDisconnected()
972 && isBlePresent(id) && mBtDisconnectedDevices.isEmpty())) { in canStopBleScan()