btstack_defines.h (81097db9ed502a20063486df290ca3a0dd244f84) btstack_defines.h (92c33ebfc3c0db03e9d7c52e99ce2eb33d31358c)
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 2488 unchanged lines hidden (view full) ---

2497 * @param element_index
2498 * @param model_identifier
2499 * @param state_identifier
2500 * @param reason
2501 * @param value
2502 */
2503#define MESH_SUBEVENT_STATE_UPDATE_BOOL 0x24
2504
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 2488 unchanged lines hidden (view full) ---

2497 * @param element_index
2498 * @param model_identifier
2499 * @param state_identifier
2500 * @param reason
2501 * @param value
2502 */
2503#define MESH_SUBEVENT_STATE_UPDATE_BOOL 0x24
2504
2505/**
2506 * @format 114412
2507 * @param subevent_code
2508 * @param element_index
2509 * @param model_identifier
2510 * @param state_identifier
2511 * @param reason
2512 * @param value
2513 */
2514#define MESH_SUBEVENT_STATE_UPDATE_INT16 0x25
2515
2516// Mesh Client Events
2517/**
2518 * @format 114114
2519 * @param subevent_code
2520 * @param element_index
2521 * @param model_identifier
2522 * @param present_value
2523 * @param target_value // optinal, if value > 0, than remaining_time_ms must be read
2524 * @param remaining_time_ms
2525 */
2526#define MESH_SUBEVENT_GENERIC_ON_OFF_STATUS 0x30
2527
2528
2505#endif
2529#endif