Searched refs:gen_onoff_status (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 69 static int gen_onoff_status(const struct bt_mesh_model *model, 141 { BT_MESH_MODEL_OP_GEN_ONOFF_STATUS, BT_MESH_LEN_EXACT(1), gen_onoff_status }, 355 static int gen_onoff_status(const struct bt_mesh_model *model, in gen_onoff_status() function
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 223 static int gen_onoff_status(const struct bt_mesh_model *model, in gen_onoff_status() function 245 {OP_ONOFF_STATUS, BT_MESH_LEN_MIN(1), gen_onoff_status},
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 262 static int gen_onoff_status(const struct bt_mesh_model *model, in gen_onoff_status() function 2960 { BT_MESH_MODEL_OP_2(0x82, 0x04), BT_MESH_LEN_MIN(1), gen_onoff_status },
|