Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

On-Demand Private Proxy Client Model Context. More...

#include <od_priv_proxy_cli.h>

Data Fields

const struct bt_mesh_modelmodel
 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.
 

Detailed Description

On-Demand Private Proxy Client Model Context.

Field Documentation

◆ ack_ctx

struct bt_mesh_msg_ack_ctx bt_mesh_od_priv_proxy_cli::ack_ctx

◆ model

const struct bt_mesh_model* bt_mesh_od_priv_proxy_cli::model

Solicitation PDU RPL model entry pointer.

◆ od_status

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.

Parameters
cliOn-Demand Private Proxy client that received the status message.
addrAddress of the sender.
stateState value.

The documentation for this struct was generated from the following file: