Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_mesh_proxy_cb Struct Reference

#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...
 

Detailed Description

Callbacks for the Proxy feature.

Should be instantiated with BT_MESH_PROXY_CB_DEFINE.

Field Documentation

◆ identity_disabled

void(* bt_mesh_proxy_cb::identity_disabled) (uint16_t net_idx)

Stopped sending Node Identity beacons on the given subnet.

Parameters
net_idxNetwork index the Node Identity beacons were running on.

◆ identity_enabled

void(* bt_mesh_proxy_cb::identity_enabled) (uint16_t net_idx)

Started sending Node Identity beacons on the given subnet.

Parameters
net_idxNetwork index the Node Identity beacons are running on.

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