Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_proxy_cb Struct Reference

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.
 

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: