Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DTransportBlockFilter.java59 @Nullable byte[] wifiNanHash) { in TransportBlockFilter() argument
76 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() argument
479 Objects.requireNonNull(wifiNanHash); in setWifiNanHash()
[all …]