Zephyr API 3.6.99
|
Proxy APIs. More...
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_proxy_cb |
Callbacks for the Proxy feature. More... | |
Macros | |
#define | BT_MESH_PROXY_CB_DEFINE(_name) |
Register a callback structure for Proxy events. | |
Functions | |
int | bt_mesh_proxy_identity_enable (void) |
Enable advertising with Node Identity. | |
int | bt_mesh_proxy_private_identity_enable (void) |
Enable advertising with Private Node Identity. | |
int | bt_mesh_proxy_connect (uint16_t net_idx) |
Allow Proxy Client to auto connect to a network. | |
int | bt_mesh_proxy_disconnect (uint16_t net_idx) |
Disallow Proxy Client to auto connect to a network. | |
int | bt_mesh_proxy_solicit (uint16_t net_idx) |
Schedule advertising of Solicitation PDUs. | |
Proxy APIs.