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.java478 private static final int DELIVERY_MODE_ON_FOUND_LOST = 1; field in ScanManager.ScanNative
802 if (deliveryMode == DELIVERY_MODE_ON_FOUND_LOST) { in stopRegularScan()
959 if (deliveryMode == DELIVERY_MODE_ON_FOUND_LOST) { in configureScanFilters()
1108 return DELIVERY_MODE_ON_FOUND_LOST; in getDeliveryMode()