Zephyr API 3.6.99
|
On-Demand Private Proxy Client Model Context. More...
#include <od_priv_proxy_cli.h>
Data Fields | |
const struct bt_mesh_model * | model |
Solicitation PDU RPL model entry pointer. | |
struct bt_mesh_msg_ack_ctx | ack_ctx |
void(* | od_status )(struct bt_mesh_od_priv_proxy_cli *cli, uint16_t addr, uint8_t state) |
Optional callback for On-Demand Private Proxy Status messages. | |
On-Demand Private Proxy Client Model Context.
struct bt_mesh_msg_ack_ctx bt_mesh_od_priv_proxy_cli::ack_ctx |
const struct bt_mesh_model* bt_mesh_od_priv_proxy_cli::model |
Solicitation PDU RPL model entry pointer.
void(* bt_mesh_od_priv_proxy_cli::od_status) (struct bt_mesh_od_priv_proxy_cli *cli, uint16_t addr, uint8_t state) |
Optional callback for On-Demand Private Proxy Status messages.
Handles received On-Demand Private Proxy Status messages from a On-Demand Private Proxy server.The state
param represents state of On-Demand Private Proxy server.
cli | On-Demand Private Proxy client that received the status message. |
addr | Address of the sender. |
state | State value. |