Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dod_priv_proxy_cli.c67 BT_MESH_MODEL_BUF_DEFINE(msg, OP_OD_PRIV_PROXY_GET, 0); in bt_mesh_od_priv_proxy_cli_get()
68 bt_mesh_model_msg_init(&msg, OP_OD_PRIV_PROXY_GET); in bt_mesh_od_priv_proxy_cli_get()
Dod_priv_proxy_srv.c76 { OP_OD_PRIV_PROXY_GET, BT_MESH_LEN_EXACT(0), handle_proxy_get },
Dfoundation.h117 #define OP_OD_PRIV_PROXY_GET BT_MESH_MODEL_OP_2(0x80, 0x69) macro