Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal.cpp376 std::function<void(const TwtDeviceNotify&)> on_twt_event_device_notify_callback; variable
379 if (on_twt_event_device_notify_callback && event) { in onAsyncTwtEventDeviceNotify()
380 on_twt_event_device_notify_callback(*event); in onAsyncTwtEventDeviceNotify()
1607 on_twt_event_device_notify_callback = user_callbacks.on_device_notify; in twtRegisterHandler()
1717 on_twt_event_device_notify_callback = nullptr; in invalidate()