D | ResponderConfig.java | 47 public final class ResponderConfig implements Parcelable { class 201 public ResponderConfig(@NonNull MacAddress macAddress, @ResponderType int responderType, in ResponderConfig() method in ResponderConfig 240 public ResponderConfig(@NonNull PeerHandle peerHandle, @ResponderType int responderType, in ResponderConfig() method in ResponderConfig 278 public ResponderConfig(@NonNull MacAddress macAddress, @NonNull PeerHandle peerHandle, in ResponderConfig() method in ResponderConfig 297 public static ResponderConfig fromScanResult(ScanResult scanResult) { in fromScanResult() 333 return new ResponderConfig(macAddress, responderType, supports80211mc, channelWidth, in fromScanResult() 341 public static ResponderConfig fromWifiAwarePeerMacAddressWithDefaults(MacAddress macAddress) { in fromWifiAwarePeerMacAddressWithDefaults() 347 return new ResponderConfig(macAddress, RESPONDER_AWARE, true, CHANNEL_WIDTH_20MHZ, in fromWifiAwarePeerMacAddressWithDefaults() 355 public static ResponderConfig fromWifiAwarePeerHandleWithDefaults(PeerHandle peerHandle) { in fromWifiAwarePeerHandleWithDefaults() 361 return new ResponderConfig(peerHandle, RESPONDER_AWARE, true, CHANNEL_WIDTH_20MHZ, in fromWifiAwarePeerHandleWithDefaults() [all …]
|