Home
last modified time | relevance | path

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

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