Searched refs:gen_onoff_get (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 65 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/ |
D | main.c | 153 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/ |
D | mesh.c | 182 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/ |
D | device_composition.c | 69 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 },
|