Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
proxy.h File Reference

Proxy APIs. More...

#include <stdint.h>
#include <zephyr/kernel.h>
#include <zephyr/sys/iterable_sections.h>

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.
 

Detailed Description

Proxy APIs.