D | ResponderConfig.java | 46 public final class ResponderConfig implements Parcelable { class 200 public ResponderConfig(@NonNull MacAddress macAddress, @ResponderType int responderType, in ResponderConfig() method in ResponderConfig 239 public ResponderConfig(@NonNull PeerHandle peerHandle, @ResponderType int responderType, in ResponderConfig() method in ResponderConfig 277 public ResponderConfig(@NonNull MacAddress macAddress, @NonNull PeerHandle peerHandle, in ResponderConfig() method in ResponderConfig 296 public static ResponderConfig fromScanResult(ScanResult scanResult) { in fromScanResult() 332 return new ResponderConfig(macAddress, responderType, supports80211mc, channelWidth, in fromScanResult() 340 public static ResponderConfig fromWifiAwarePeerMacAddressWithDefaults(MacAddress macAddress) { in fromWifiAwarePeerMacAddressWithDefaults() 346 return new ResponderConfig(macAddress, RESPONDER_AWARE, true, CHANNEL_WIDTH_20MHZ, in fromWifiAwarePeerMacAddressWithDefaults() 354 public static ResponderConfig fromWifiAwarePeerHandleWithDefaults(PeerHandle peerHandle) { in fromWifiAwarePeerHandleWithDefaults() 360 return new ResponderConfig(peerHandle, RESPONDER_AWARE, true, CHANNEL_WIDTH_20MHZ, in fromWifiAwarePeerHandleWithDefaults() [all …]
|