Zephyr Project API
3.4.0
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 |
Macros | |
#define | BT_MESH_MODEL_OD_PRIV_PROXY_CLI(cli_data) |
On-Demand Private Proxy Client model composition data entry. More... | |
Functions | |
int | bt_mesh_od_priv_proxy_cli_get (struct bt_mesh_msg_ctx *ctx, uint8_t *val_rsp) |
Get the target's On-Demand Private GATT Proxy state. More... | |
int | bt_mesh_od_priv_proxy_cli_set (struct bt_mesh_msg_ctx *ctx, uint8_t val, uint8_t *val_rsp) |
Set the target's On-Demand Private GATT Proxy state. More... | |
void | bt_mesh_od_priv_proxy_cli_timeout_set (int32_t timeout) |
Set the transmission timeout value. More... | |