| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <proxy.h>
Data Fields | |
| void(* | identity_enabled )(uint16_t net_idx) | 
| Started sending Node Identity beacons on the given subnet.  More... | |
| void(* | identity_disabled )(uint16_t net_idx) | 
| Stopped sending Node Identity beacons on the given subnet.  More... | |
Callbacks for the Proxy feature.
Should be instantiated with BT_MESH_PROXY_CB_DEFINE.
| void(* bt_mesh_proxy_cb::identity_disabled) (uint16_t net_idx) | 
Stopped sending Node Identity beacons on the given subnet.
| net_idx | Network index the Node Identity beacons were running on. | 
| void(* bt_mesh_proxy_cb::identity_enabled) (uint16_t net_idx) | 
Started sending Node Identity beacons on the given subnet.
| net_idx | Network index the Node Identity beacons are running on. |