Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.6/default/
Dwifi_legacy_hal.cpp186 std::function<void(transaction_id, const NanResponseMsg&)> on_nan_notify_response_user_callback; variable
189 if (on_nan_notify_response_user_callback && msg) { in onAysncNanNotifyResponse()
190 on_nan_notify_response_user_callback(id, *msg); in onAysncNanNotifyResponse()
1177 on_nan_notify_response_user_callback = user_callbacks.on_notify_response; in nanRegisterCallbackHandlers()
1606 on_nan_notify_response_user_callback = nullptr; in invalidate()