| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Proxy APIs. More...
Go to the source code of this file.
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... | |
| int | bt_mesh_proxy_private_identity_enable (void) | 
| Enable advertising with Private Node Identity.  More... | |
| int | bt_mesh_proxy_connect (uint16_t net_idx) | 
| Allow Proxy Client to auto connect to a network.  More... | |
| int | bt_mesh_proxy_disconnect (uint16_t net_idx) | 
| Disallow Proxy Client to auto connect to a network.  More... | |
| int | bt_mesh_proxy_solicit (uint16_t net_idx) | 
| Schedule advertising of Solicitation PDUs on Proxy Client .  More... | |
Proxy APIs.