Home
last modified time | relevance | path

Searched refs:transmitFollowupRequest (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiNanIfaceEventCallback.hal135 * |IWifiNanIface.transmitFollowupRequest|.
283 * @param cmdId command Id corresponding to the original |transmitFollowupRequest| request.
H A DIWifiNanIface.hal181 transmitFollowupRequest(CommandIdShort cmdId, NanTransmitFollowupRequest msg)
H A DREADME-NAN.md149 * transmitFollowupRequest
H A Dtypes.hal1390 * A unique ID of the peer. Can be subsequently used in |IWifiNanIface.transmitFollowupRequest| or
1492 * A unique ID of the peer. Can be subsequently used in |IWifiNanIface.transmitFollowupRequest| or
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.h77 Return<void> transmitFollowupRequest(
H A Dwifi_nan_iface.cpp653 Return<void> WifiNanIface::transmitFollowupRequest( in transmitFollowupRequest() function in android::hardware::wifi::V1_5::implementation::WifiNanIface
/aosp12/hardware/interfaces/wifi/1.2/
H A DREADME-NAN.md157 * transmitFollowupRequest
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java865 WifiStatus status = iface.transmitFollowupRequest(transactionId, req); in sendMessage()