Searched refs:OP_OD_PRIV_PROXY_STATUS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | od_priv_proxy_cli.c | 34 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_OD_PRIV_PROXY_STATUS, in handle_proxy_status() 52 { OP_OD_PRIV_PROXY_STATUS, BT_MESH_LEN_EXACT(1), handle_proxy_status }, 62 .op = OP_OD_PRIV_PROXY_STATUS, in bt_mesh_od_priv_proxy_cli_get() 78 .op = OP_OD_PRIV_PROXY_STATUS, in bt_mesh_od_priv_proxy_cli_set()
|
D | od_priv_proxy_srv.c | 37 BT_MESH_MODEL_BUF_DEFINE(buf, OP_OD_PRIV_PROXY_STATUS, 1); in proxy_status_rsp() 38 bt_mesh_model_msg_init(&buf, OP_OD_PRIV_PROXY_STATUS); in proxy_status_rsp()
|
D | foundation.h | 119 #define OP_OD_PRIV_PROXY_STATUS BT_MESH_MODEL_OP_2(0x80, 0x6b) macro
|