Searched refs:gen_onoff_status (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/samples/boards/nrf/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-Core-3.7.0/samples/bluetooth/mesh/src/ |
D | main.c | 224 static int gen_onoff_status(const struct bt_mesh_model *model, in gen_onoff_status() function 246 {OP_ONOFF_STATUS, BT_MESH_LEN_MIN(1), gen_onoff_status},
|
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 264 static int gen_onoff_status(const struct bt_mesh_model *model, in gen_onoff_status() function 2962 { BT_MESH_MODEL_OP_2(0x82, 0x04), BT_MESH_LEN_MIN(1), gen_onoff_status },
|