Zephyr API 3.6.99
|
Callbacks for the Proxy feature. More...
#include <proxy.h>
Data Fields | |
void(* | identity_enabled )(uint16_t net_idx) |
Started sending Node Identity beacons on the given subnet. | |
void(* | identity_disabled )(uint16_t net_idx) |
Stopped sending Node Identity beacons on the given subnet. | |
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. |