Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
#include <zephyr/bluetooth/mesh.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_od_priv_proxy_cli |
On-Demand Private Proxy Client Model Context. More... | |
Macros | |
#define | BT_MESH_MODEL_OD_PRIV_PROXY_CLI(cli_data) |
On-Demand Private Proxy Client model composition data entry. | |
Functions | |
int | bt_mesh_od_priv_proxy_cli_get (uint16_t net_idx, uint16_t addr, uint8_t *val_rsp) |
Get the target's On-Demand Private GATT Proxy state. | |
int | bt_mesh_od_priv_proxy_cli_set (uint16_t net_idx, uint16_t addr, uint8_t val, uint8_t *val_rsp) |
Set the target's On-Demand Private GATT Proxy state. | |
void | bt_mesh_od_priv_proxy_cli_timeout_set (int32_t timeout) |
Set the transmission timeout value. | |