Searched refs:configSupplemental12 (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 351 NanConfigRequestSupplemental configSupplemental12 = new NanConfigRequestSupplemental(); in enableAndConfigure() local 354 configSupplemental12.discoveryBeaconIntervalMs = 0; in enableAndConfigure() 355 configSupplemental12.numberOfSpatialStreamsInDiscovery = 0; in enableAndConfigure() 356 configSupplemental12.enableDiscoveryWindowEarlyTermination = false; in enableAndConfigure() 357 configSupplemental12.enableRanging = true; in enableAndConfigure() 435 updateConfigForPowerSettings(req.configParams, configSupplemental12, isInteractive, in enableAndConfigure() 439 status = iface12.enableRequest_1_2(transactionId, req, configSupplemental12); in enableAndConfigure() 491 updateConfigForPowerSettings(req, configSupplemental12, isInteractive, isIdle); in enableAndConfigure() 494 status = iface12.configRequest_1_2(transactionId, req, configSupplemental12); in enableAndConfigure() 1078 NanConfigRequestSupplemental configSupplemental12, boolean isInteractive, in updateConfigForPowerSettings() argument [all …]
|