Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Proxy. More...
Data Structures | |
struct | bt_mesh_proxy_cb |
Macros | |
#define | BT_MESH_PROXY_CB_DEFINE(_name) |
Register a callback structure for Proxy events. More... | |
Functions | |
int | bt_mesh_proxy_identity_enable (void) |
Enable advertising with Node Identity. More... | |
Proxy.
#define BT_MESH_PROXY_CB_DEFINE | ( | _name | ) |
#include <include/bluetooth/mesh/proxy.h>
Register a callback structure for Proxy events.
Registers a structure with callback functions that gets called on various Proxy events.
_name | Name of callback structure. |
int bt_mesh_proxy_identity_enable | ( | void | ) |
#include <include/bluetooth/mesh/proxy.h>
Enable advertising with Node Identity.
This API requires that GATT Proxy support has been enabled. Once called each subnet will start advertising using Node Identity for the next 60 seconds.