Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java408 private static final int DELIVERY_MODE_ON_FOUND_LOST = 1; field in ScanManager.ScanNative
721 if (deliveryMode == DELIVERY_MODE_ON_FOUND_LOST) { in stopRegularScan()
869 if (deliveryMode == DELIVERY_MODE_ON_FOUND_LOST) { in configureScanFilters()
1062 return DELIVERY_MODE_ON_FOUND_LOST; in getDeliveryMode()