Searched refs:OP_OD_PRIV_PROXY_GET (Results 1 – 3 of 3) sorted by relevance
67 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()
76 { OP_OD_PRIV_PROXY_GET, BT_MESH_LEN_EXACT(0), handle_proxy_get },
117 #define OP_OD_PRIV_PROXY_GET BT_MESH_MODEL_OP_2(0x80, 0x69) macro