Searched refs:SCAN_MODE_CHRE_ONLY (Results 1 – 5 of 5) sorted by relevance
62 private static final int SCAN_MODE_CHRE_ONLY = 3; field in DiscoveryProviderManagerTest127 new byte[]{SCAN_MODE_CHRE_ONLY}); in getChreOnlyPresenceScanFilter()
66 private static final int SCAN_MODE_CHRE_ONLY = 3; field in DiscoveryProviderManagerLegacyTest134 new byte[]{SCAN_MODE_CHRE_ONLY}); in getChreOnlyPresenceScanFilter()
72 public static final int SCAN_MODE_CHRE_ONLY = 3; field in ScanRequest
108 if (Byte.toUnsignedInt(scanModeValue[0]) == ScanRequest.SCAN_MODE_CHRE_ONLY) { in isChreOnly()
118 if (Byte.toUnsignedInt(scanModeValue[0]) == ScanRequest.SCAN_MODE_CHRE_ONLY) { in isChreOnly()