Searched refs:wifiNanHash (Results 1 – 1 of 1) sorted by relevance
59 @Nullable byte[] wifiNanHash) { in TransportBlockFilter() argument76 if (wifiNanHash != null && wifiNanHash.length != WIFI_NAN_HASH_LENGTH_BYTES) { in TransportBlockFilter()79 + wifiNanHash.length in TransportBlockFilter()83 if (wifiNanHash != null) { in TransportBlockFilter()94 mWifiNanHash = wifiNanHash; in TransportBlockFilter()331 byte[] wifiNanHash = new byte[wifiNanHashLength];332 source.readByteArray(wifiNanHash);333 builder.setWifiNanHash(wifiNanHash);473 public Builder setWifiNanHash(@NonNull byte[] wifiNanHash) { in setWifiNanHash() argument479 Objects.requireNonNull(wifiNanHash); in setWifiNanHash()[all …]