Home
last modified time | relevance | path

Searched refs:state_rsp (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dod_priv_proxy_cli.c28 uint8_t state_rsp; in handle_proxy_status() local
30 state_rsp = net_buf_simple_pull_u8(buf); in handle_proxy_status()
32 LOG_DBG("On-Demand Private Proxy status received: state: %u", state_rsp); in handle_proxy_status()
38 *state = state_rsp; in handle_proxy_status()
45 cli->od_status(cli, ctx->addr, state_rsp); in handle_proxy_status()