Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanNative.java328 public static final int NAN_RESPONSE_SUBSCRIBE = 5; field in WifiNanNative
521 case NAN_RESPONSE_SUBSCRIBE: in onNanNotifyResponsePublishSubscribe()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java407 args.putInt("response_type", WifiNanNative.NAN_RESPONSE_SUBSCRIBE); in testNotifyResponseSubscribeSuccess()
424 args.putInt("response_type", WifiNanNative.NAN_RESPONSE_SUBSCRIBE); in testNotifyResponseSubscribeFail()
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_nan_WifiNanNative.cpp59 case NAN_RESPONSE_SUBSCRIBE: in OnNanNotifyResponse()
/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_nan_hal_mock.cpp349 } else if (msg.response_type == NAN_RESPONSE_SUBSCRIBE) { in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()