network-provisioning-zephyr
Zephyr port of Espressif's network provisioning protocol (Wi-Fi over BLE / SoftAP / console)
Loading...
Searching...
No Matches
network_prov_event_handler Struct Reference

Registration of an application event handler. More...

#include <network_prov_mgr.h>

Data Fields

network_prov_cb_t event_cb
 
void * user_data
 

Detailed Description

Registration of an application event handler.

Definition at line 60 of file network_prov_mgr.h.

Field Documentation

◆ event_cb

network_prov_cb_t network_prov_event_handler::event_cb

Definition at line 61 of file network_prov_mgr.h.

◆ user_data

void* network_prov_event_handler::user_data

Definition at line 62 of file network_prov_mgr.h.


The documentation for this struct was generated from the following file: