|
Zephyr API Documentation
2.7.0-rc2
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.
Stopped sending Node Identity beacons on the given subnet.
| net_idx | Network index the Node Identity beacons were running on. |
Started sending Node Identity beacons on the given subnet.
| net_idx | Network index the Node Identity beacons are running on. |