Searched refs:gen_onoff_set (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 57 static int gen_onoff_set(const struct bt_mesh_model *model, 131 { BT_MESH_MODEL_OP_GEN_ONOFF_SET, BT_MESH_LEN_EXACT(2), gen_onoff_set }, 343 static int gen_onoff_set(const struct bt_mesh_model *model, in gen_onoff_set() function
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 204 static int gen_onoff_set(const struct bt_mesh_model *model, in gen_onoff_set() function 216 { OP_ONOFF_SET, BT_MESH_LEN_MIN(2), gen_onoff_set },
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 266 static int gen_onoff_set(const struct bt_mesh_model *model, in gen_onoff_set() function 375 { BT_MESH_MODEL_OP_GEN_ONOFF_SET, BT_MESH_LEN_MIN(2), gen_onoff_set },
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 189 static int gen_onoff_set(const struct bt_mesh_model *model, in gen_onoff_set() function 2953 { BT_MESH_MODEL_OP_2(0x82, 0x02), BT_MESH_LEN_MIN(2), gen_onoff_set },
|