Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c65 static int gen_onoff_get(const struct bt_mesh_model *model,
130 { BT_MESH_MODEL_OP_GEN_ONOFF_GET, BT_MESH_LEN_EXACT(0), gen_onoff_get },
284 static int gen_onoff_get(const struct bt_mesh_model *model, in gen_onoff_get() function
350 (void)gen_onoff_get(model, ctx, buf); in gen_onoff_set()
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c153 static int gen_onoff_get(const struct bt_mesh_model *model, in gen_onoff_get() function
215 { OP_ONOFF_GET, BT_MESH_LEN_EXACT(0), gen_onoff_get },
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c182 static int gen_onoff_get(const struct bt_mesh_model *model, in gen_onoff_get() function
271 (void)gen_onoff_get(model, ctx, buf); in gen_onoff_set()
374 { BT_MESH_MODEL_OP_GEN_ONOFF_GET, BT_MESH_LEN_EXACT(0), gen_onoff_get },
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.c69 static int gen_onoff_get(const struct bt_mesh_model *model, in gen_onoff_get() function
208 (void)gen_onoff_get(model, ctx, buf); in gen_onoff_set()
244 (void)gen_onoff_get(model, ctx, buf); in gen_onoff_set()
254 (void)gen_onoff_get(model, ctx, buf); in gen_onoff_set()
2952 { BT_MESH_MODEL_OP_2(0x82, 0x01), BT_MESH_LEN_EXACT(0), gen_onoff_get },