Searched refs:NAN_RESPONSE_PUBLISH (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanNative.java325 public static final int NAN_RESPONSE_PUBLISH = 2; field in class:WifiNanNative
513 case NAN_RESPONSE_PUBLISH:
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanHalTest.java356 args.putInt("response_type", WifiNanNative.NAN_RESPONSE_PUBLISH);
373 args.putInt("response_type", WifiNanNative.NAN_RESPONSE_PUBLISH);
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_nan_WifiNanNative.cpp53 case NAN_RESPONSE_PUBLISH:
/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_nan_hal_mock.cpp346 if (msg.response_type == NAN_RESPONSE_PUBLISH) {

Completed in 445 milliseconds