text
stringlengths
1
9.98k
__index_level_0__
int64
0
4.17k
< The maximum value of Light CTL Temperature Range state */ uint16_t lightness_default; /*!< The value of Light Lightness Default state */ uint16_t temperature_default; /*!< The value of Light CTL Temperature Default state */ int16_t delta_uv_default; /*!< The value of Light CTL Delta UV Defaul...
3,283
< Delta change value of temperature state transition */ int32_t tt_delta_delta_uv; /*!< Delta change value of delta uv state transition */ } esp_ble_mesh_light_ctl_srv_t; /** User data of Light CTL Setup Server Model */ typedef struct { esp_ble_mesh_model_t *model; /*!< Pointer to the Light...
3,283
< Parameters of the last received set message */ esp_ble_mesh_state_transition_t transition; /*!< Parameters of state transition */ int32_t tt_delta_temperature; /*!< Delta change value of temperature state transition */ int32_t tt_delta_delta_uv; /*!< Delta change value of delta uv state transition ...
3,283
< The value of Light HSL Hue Default state */ uint16_t saturation_default; /*!< The value of Light HSL Saturation Default state */ uint8_t status_code; /*!< The status code of setting Light HSL Hue & Saturation Range state */ uint16_t hue_range_min; /*!< The minimum value of Light HSL...
3,283
< Parameters of the last received set message */ esp_ble_mesh_state_transition_t transition; /*!< Parameters of state transition */ int32_t tt_delta_lightness; /*!< Delta change value of lightness state transition */ int32_t tt_delta_hue; /*!< Delta change value of hue state transition */ ...
3,283
Initialized internally. */ esp_ble_mesh_server_rsp_ctrl_t rsp_ctrl; /*!< Response control of the server model received messages */ esp_ble_mesh_light_hsl_state_t *state; /*!< Parameters of the Light HSL state */ esp_ble_mesh_last_msg_info_t last; /*!< Parameters of the last received set me...
3,283
< Parameters of state transition */ int32_t tt_delta_saturation; /*!< Delta change value of saturation state transition */ } esp_ble_mesh_light_hsl_sat_srv_t; /** Parameters of Light xyL state */ typedef struct { uint16_t lightness; /*!< The present value of Light xyL Lightness state */ uint16_t...
3,283
< The minimum value of Light xyL x Range state */ uint16_t x_range_max; /*!< The maximum value of Light xyL x Range state */ uint16_t y_range_min; /*!< The minimum value of Light xyL y Range state */ uint16_t y_range_max; /*!< The maximum value of Light xyL y Range state */ } esp_ble_mesh_...
3,283
< Delta change value of x state transition */ int32_t tt_delta_y; /*!< Delta change value of y state transition */ } esp_ble_mesh_light_xyl_srv_t; /** User data of Light xyL Setup Server Model */ typedef struct { esp_ble_mesh_model_t *model; /*!< Pointer to the Lighting xyL Setup Server ...
3,283
< The value of Light LC Occupancy state */ ambient_luxlevel : 24; /*!< The value of Light LC Ambient LuxLevel state */ /** */ uint16_t linear_output; /*!< The value of Light LC Linear Output state */ } esp_ble_mesh_light_lc_state_t; /** */ typedef struct { /** */ uint32...
3,283
< The value of Light LC Lightness On state */ /** */ uint16_t lightness_prolong; /*!< The value of Light LC Lightness Prolong state */ /** */ uint16_t lightness_standby; /*!< The value of Light LC Lightness Standby state */ /** */ uint16_t ambient_luxlevel_on; /*!< ...
3,283
< The value of Light LC Regulator Accuracy state */ /** */ uint32_t set_occupancy_to_1_delay; /*!< The value of the difference between value of the Light LC Occupancy Delay state and the received Time Since Motion val...
3,283
< The value of transition time of Light LC Time Fade Standby Auto */ uint8_t fade_standby_manual; /*!< The value of transition time of Light LC Time Fade Standby Manual */ } trans_time; /*!< The value of transition time */ esp_ble_mesh_lc_state_t state; /*!< The value of Li...
3,283
Initialized internally. */ esp_ble_mesh_server_rsp_ctrl_t rsp_ctrl; /*!< Response control of the server model received messages */ esp_ble_mesh_light_control_t *lc; /*!< Parameters of the Light controller */ esp_ble_mesh_last_msg_info_t last; /*!< Parameters of the last received set m...
3,283
< The value of Light Lightness Linear state */ } esp_ble_mesh_state_change_light_lightness_linear_set_t; /** Parameter of Light Lightness Default state change event */ typedef struct { uint16_t lightness; /*!< The value of Light Lightness Default state */ } esp_ble_mesh_state_change_light_lightness_default_set...
3,283
< The value of Light CTL Temperature state */ int16_t delta_uv; /*!< The value of Light CTL Delta UV state */ } esp_ble_mesh_state_change_light_ctl_temperature_set_t; /** Parameters of Light CTL Temperature Range state change event */ typedef struct { uint16_t range_min; /*!< The minimum value of Lig...
3,283
< The value of Light HSL Hue state */ uint16_t saturation; /*!< The value of Light HSL Saturation state */ } esp_ble_mesh_state_change_light_hsl_set_t; /** Parameter of Light HSL Hue state change event */ typedef struct { uint16_t hue; /*!< The value of Light HSL Hue state */ } esp_ble_mesh_state_...
3,283
< The minimum hue value of Light HSL Range state */ uint16_t hue_range_max; /*!< The maximum hue value of Light HSL Range state */ uint16_t saturation_range_min; /*!< The minimum saturation value of Light HSL Range state */ uint16_t saturation_range_max; /*!< The maximum saturation value of Light ...
3,283
< The minimum value of Light xyL x Range state */ uint16_t x_range_max; /*!< The maximum value of Light xyL x Range state */ uint16_t y_range_min; /*!< The minimum value of Light xyL y Range state */ uint16_t y_range_max; /*!< The maximum value of Light xyL y Range state */ } esp_ble_mesh_state_change...
3,283
< The property id of Light LC Property state */ struct net_buf_simple *property_value; /*!< The property value of Light LC Property state */ } esp_ble_mesh_state_change_light_lc_property_set_t; /** Parameters of Sensor Status state change event */ typedef struct { uint16_t property_id; /*!< The value of...
3,283
< Light Lightness Linear Set */ esp_ble_mesh_state_change_light_lightness_default_set_t lightness_default_set; /*!< Light Lightness Default Set */ esp_ble_mesh_state_change_light_lightness_range_set_t lightness_range_set; /*!< Light Lightness Range Set */ esp_ble_mesh_state_change_light_ctl_se...
3,283
< Light HSL Saturation Set */ esp_ble_mesh_state_change_light_hsl_default_set_t hsl_default_set; /*!< Light HSL Default Set */ esp_ble_mesh_state_change_light_hsl_range_set_t hsl_range_set; /*!< Light HSL Range Set */ esp_ble_mesh_state_change_light_xyl_set_t ...
3,283
< Light LC Property Set */ esp_ble_mesh_state_change_sensor_status_t sensor_status; /*!< Sensor Status */ } esp_ble_mesh_lighting_server_state_change_t; /** Context of the received Light LC Property Get message */ typedef struct { uint16_t property_id; /*!< Property ID identifying ...
3,283
1) */ } esp_ble_mesh_server_recv_light_lightness_set_t; /** Context of the received Light Lightness Linear Set message */ typedef struct { bool op_en; /*!< Indicate if optional parameters are included */ uint16_t lightness; /*!< Target value of light lightness linear state */ uint8_t tid; ...
3,283
< Indicate if optional parameters are included */ uint16_t lightness; /*!< Target value of light ctl lightness state */ uint16_t temperature; /*!< Target value of light ctl temperature state */ int16_t delta_uv; /*!< Target value of light ctl delta UV state */ uint8_t tid; /*!< Tr...
3,283
< Indicate message execution delay (C.1) */ } esp_ble_mesh_server_recv_light_ctl_temperature_set_t; /** Context of the received Light CTL Temperature Range Set message */ typedef struct { uint16_t range_min; /*!< Value of temperature range min field of light ctl temperature range state */ uint16_t range_ma...
3,283
< Target value of light hsl lightness state */ uint16_t hue; /*!< Target value of light hsl hue state */ uint16_t saturation; /*!< Target value of light hsl saturation state */ uint8_t tid; /*!< Transaction ID */ uint8_t trans_time; /*!< Time to complete state transition (opt...
3,283
< Indicate if optional parameters are included */ uint16_t saturation; /*!< Target value of light hsl hue state */ uint8_t tid; /*!< Transaction ID */ uint8_t trans_time; /*!< Time to complete state transition (optional) */ uint8_t delay; /*!< Indicate message execution delay ...
3,283
< Value of saturation range min field of light hsl saturation range state */ uint16_t saturation_range_max; /*!< Value of saturation range max field of light hsl saturation range state */ } esp_ble_mesh_server_recv_light_hsl_range_set_t; /** Context of the received Light xyL Set message */ typedef struct { bo...
3,283
< The value of the Light Lightness Default state */ uint16_t x; /*!< The value of the Light xyL x Default state */ uint16_t y; /*!< The value of the Light xyL y Default state */ } esp_ble_mesh_server_recv_light_xyl_default_set_t; /** Context of the received Light xyl Range Set message *...
3,283
< The target value of the Light LC Occupancy Mode state */ } esp_ble_mesh_server_recv_light_lc_om_set_t; /** Context of the received Light LC Light OnOff Set message */ typedef struct { bool op_en; /*!< Indicate whether optional parameters included */ uint8_t light_onoff; /*!< The target value o...
3,283
< Light Lightness Set/Light Lightness Set Unack */ esp_ble_mesh_server_recv_light_lightness_linear_set_t lightness_linear; /*!< Light Lightness Linear Set/Light Lightness Linear Set Unack */ esp_ble_mesh_server_recv_light_lightness_default_set_t lightness_default; /*!< Light Lightness Default Set/...
3,283
< Light CTL Default Set/Light CTL Default Set Unack */ esp_ble_mesh_server_recv_light_hsl_set_t hsl; /*!< Light HSL Set/Light HSL Set Unack */ esp_ble_mesh_server_recv_light_hsl_hue_set_t hsl_hue; /*!< Light HSL Hue Set/Light HSL Hue Set Unack */ e...
3,283
< Light xyL Range Set/Light xyL Range Set Unack */ esp_ble_mesh_server_recv_light_lc_mode_set_t lc_mode; /*!< Light LC Mode Set/Light LC Mode Set Unack */ esp_ble_mesh_server_recv_light_lc_om_set_t lc_om; /*!< Light LC OM Set/Light LC OM Set Unack */ e...
3,283
< ESP_BLE_MESH_LIGHTING_SERVER_STATE_CHANGE_EVT */ esp_ble_mesh_lighting_server_recv_get_msg_t get; /*!< ESP_BLE_MESH_LIGHTING_SERVER_RECV_GET_MSG_EVT */ esp_ble_mesh_lighting_server_recv_set_msg_t set; /*!< ESP_BLE_MESH_LIGHTING_SERVER_RECV_SET_MSG_EVT */ esp_ble_mesh_lighting_server_...
3,283
/* */ #ifndef _ESP_BLE_MESH_HEALTH_MODEL_API_H_ #define _ESP_BLE_MESH_HEALTH_MODEL_API_H_ #include "esp_ble_mesh_defs.h" #ifdef __cplusplus extern "C" { #endif /** @def ESP_BLE_MESH_MODEL_HEALTH_SRV */ #define ESP_BLE_MESH_MODEL_HEALTH_SRV(srv, pub) \ ESP_BLE_MESH_SIG_MODEL(ES...
3,284
Initialized by the stack. */ esp_ble_mesh_cb_t fault_clear; /** Run a specific health test. Initialized by the stack. */ esp_ble_mesh_cb_t fault_test; /** Health attention on callback. Initialized by the stack. */ esp_ble_mesh_cb_t attention_on; /** Health attention off callback. Initialized...
3,284
< Array of registered faults */ } __attribute__((packed)) esp_ble_mesh_health_test_t; /** ESP BLE Mesh Health Server Model Context */ typedef struct { /** Pointer to Health Server Model */ esp_ble_mesh_model_t *model; /** Health callback struct */ esp_ble_mesh_health_srv_cb_t health_cb; /** Atten...
3,284
< Bluetooth assigned 16-bit Company ID */ uint8_t test_id; /*!< ID of a specific test to be performed */ } esp_ble_mesh_health_fault_test_t; /** Parameter of Health Fault Clear */ typedef struct { uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ } esp_ble_mesh_health_fault_clear_t; ...
3,284
< For ESP_BLE_MESH_MODEL_OP_HEALTH_FAULT_CLEAR or ESP_BLE_MESH_MODEL_OP_HEALTH_FAULT_CLEAR_UNACK. */ } esp_ble_mesh_health_client_set_state_t; /** Parameters of Health Current Status */ typedef struct { uint8_t test_id; /*!< ID of a most recently performed test */ uint16_t company_id; ...
3,284
< Divider for the Publish Period */ } esp_ble_mesh_health_period_status_cb_t; /** Parameter of Health Attention Status */ typedef struct { uint8_t attention; /*!< Value of the Attention Timer state */ } esp_ble_mesh_health_attention_status_cb_t; /** */ typedef union { esp_ble_mesh_health...
3,284
*/ esp_ble_mesh_health_client_common_cb_param_t status_cb; /*!< The health message status callback values */ } esp_ble_mesh_health_client_cb_param_t; /** This enum value is the event of Health Client Model */ typedef enum { ESP_BLE_MESH_HEALTH_CLIENT_GET_STATE_EVT, ESP_BLE_MESH_HEALTH_CLIENT_SET_STATE_EVT...
3,284
< Bluetooth assigned 16-bit Company ID */ } esp_ble_mesh_health_fault_clear_cb_t; /** Parameters of Health Fault Test event */ typedef struct { esp_ble_mesh_model_t *model; /*!< Pointer to the Health Server Model */ uint8_t test_id; /*!< ID of a specific test to be performed */ uint16_t c...
3,284
< ESP_BLE_MESH_HEALTH_SERVER_FAULT_CLEAR_EVT */ esp_ble_mesh_health_fault_test_cb_t fault_test; /*!< ESP_BLE_MESH_HEALTH_SERVER_FAULT_TEST_EVT */ esp_ble_mesh_health_attention_on_cb_t attention_on; /*!< ESP_BLE_MESH_HEALTH_SERVER_ATTENTION_ON_EVT */ esp_ble_mesh_health_attention_...
3,284
/* */ #ifndef _ESP_BLE_MESH_CONFIG_MODEL_API_H_ #define _ESP_BLE_MESH_CONFIG_MODEL_API_H_ #include "esp_ble_mesh_defs.h" #ifdef __cplusplus extern "C" { #endif /** @def ESP_BLE_MESH_MODEL_CFG_SRV */ #define ESP_BLE_MESH_MODEL_CFG_SRV(srv_data) \ ESP_BLE_MESH_SIG_MODEL(ESP_B...
3,285
< Secure Network Beacon state */ uint8_t gatt_proxy; /*!< GATT Proxy state */ uint8_t friend_state; /*!< Friend state */ uint8_t default_ttl; /*!< Default TTL */ /** Heartbeat Publication */ struct { struct k_delayed_work timer; /*!< Heartbeat Publication...
3,285
< Timestamp when Heartbeat subscription period is expired */ uint16_t src; /*!< Source address for Heartbeat messages */ uint16_t dst; /*!< Destination address for Heartbeat messages */ uint16_t count; /*!< Number of Heartbeat messages receive...
3,285
< The model id */ uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ } esp_ble_mesh_cfg_model_pub_get_t; /** Parameters of Config SIG Model Subscription Get. */ typedef struct { uint16_t element_addr; /*!< The element address */ uint16_t model_id; ...
3,285
*/ typedef struct { uint16_t element_addr; /*!< The element address */ uint16_t model_id; /*!< The model id */ } esp_ble_mesh_cfg_sig_model_app_get_t; /** Parameters of Config Vendor Model App Get. */ typedef struct { uint16_t element_addr; /*!< The element address */ ui...
3,285
*/ typedef struct { uint8_t ttl; /*!< The default TTL state value */ } esp_ble_mesh_cfg_default_ttl_set_t; /** Parameters of Config Friend Set. */ typedef struct { uint8_t friend_state; /*!< The friend state value */ } esp_ble_mesh_cfg_friend_set_t; /** Parameters of Config GATT ...
3,285
< The network key index */ uint16_t app_idx; /*!< The app key index */ uint8_t app_key[16]; /*!< The app key value */ } esp_ble_mesh_cfg_app_key_add_t; /** Parameters of Config Model App Bind. */ typedef struct { uint16_t element_addr; /*!< The element address */ uint1...
3,285
< Period for periodic status publishing */ uint8_t publish_retransmit; /*!< Number of retransmissions and number of 50-millisecond steps between retransmissions */ uint16_t model_id; /*!< The model id */ uint16_t company_id; /*!< The company id, if not a vendor model, shall set t...
3,285
< The model id */ uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ } esp_ble_mesh_cfg_model_sub_delete_t; /** Parameters of Config Model Subscription Overwrite. */ typedef struct { uint16_t element_addr; /*!< The element address */ uint16_t sub_add...
3,285
*/ typedef struct { uint16_t element_addr; /*!< The element address */ uint8_t label_uuid[16]; /*!< The Label UUID of the virtual address to be removed from the Subscription List */ uint16_t model_id; /*!< The model id */ uint16_t company_id; /*!< The company id...
3,285
< The element address */ uint8_t label_uuid[16]; /*!< Value of the Label UUID publish address */ uint16_t publish_app_idx; /*!< Index of the application key */ bool cred_flag; /*!< Value of the Friendship Credential Flag */ uint8_t publish_ttl; /*!< Default TTL v...
3,285
< The company id, if not a vendor model, shall set to 0xFFFF */ } esp_ble_mesh_cfg_model_sub_delete_all_t; /** Parameters of Config NetKey Update. */ typedef struct { uint16_t net_idx; /*!< The network key index */ uint8_t net_key[16]; /*!< The network key value */ } esp_ble_mesh_cfg_n...
3,285
*/ typedef struct { uint16_t net_idx; /*!< The network key index */ uint8_t identity; /*!< New Node Identity state */ } esp_ble_mesh_cfg_node_identity_set_t; /** Parameters of Config Model App Unbind. */ typedef struct { uint16_t element_addr; /*!< The element address ...
3,285
*/ typedef struct { uint16_t dst; /*!< Destination address for Heartbeat messages */ uint8_t count; /*!< Number of Heartbeat messages to be sent */ uint8_t period; /*!< Period for sending Heartbeat messages */ uint8_t ttl; /*!< TTL t...
3,285
< For ESP_BLE_MESH_MODEL_OP_MODEL_PUB_GET. */ esp_ble_mesh_cfg_composition_data_get_t comp_data_get; /*!< For ESP_BLE_MESH_MODEL_OP_COMPOSITION_DATA_GET. */ esp_ble_mesh_cfg_sig_model_sub_get_t sig_model_sub_get; /*!< For ESP_BLE_MESH_MODEL_OP_SIG_MODEL_SUB_GET */ esp_ble_mesh_cfg_vnd_model_sub_get...
3,285
< For ESP_BLE_MESH_MODEL_OP_LPN_POLLTIMEOUT_GET */ } esp_ble_mesh_cfg_client_get_state_t; /** */ typedef union { esp_ble_mesh_cfg_beacon_set_t beacon_set; /*!< For ESP_BLE_MESH_MODEL_OP_BEACON_SET */ esp_ble_mesh_cfg_default_ttl_set_t default_ttl_set; /*!< For ESP_BLE_MES...
3,285
< For ESP_BLE_MESH_MODEL_OP_MODEL_APP_BIND */ esp_ble_mesh_cfg_model_pub_set_t model_pub_set; /*!< For ESP_BLE_MESH_MODEL_OP_MODEL_PUB_SET */ esp_ble_mesh_cfg_model_sub_add_t model_sub_add; /*!< For ESP_BLE_MESH_MODEL_OP_MODEL_SUB_ADD */ esp_ble_mesh_cfg_model_sub_delete_...
3,285
< For ESP_BLE_MESH_MODEL_OP_HEARTBEAT_PUB_SET */ esp_ble_mesh_cfg_heartbeat_sub_set_t heartbeat_sub_set; /*!< For ESP_BLE_MESH_MODEL_OP_HEARTBEAT_SUB_SET */ esp_ble_mesh_cfg_model_pub_va_set_t model_pub_va_set; /*!< For ESP_BLE_MESH_MODEL_OP_MODEL_PUB_VIRTUAL_ADDR_SET */ esp_ble_mesh_c...
3,285
< For ESP_BLE_MESH_MODEL_OP_MODEL_APP_UNBIND */ esp_ble_mesh_cfg_kr_phase_set_t kr_phase_set; /*!< For ESP_BLE_MESH_MODEL_OP_KEY_REFRESH_PHASE_SET */ esp_ble_mesh_cfg_net_transmit_set_t net_transmit_set; /*!< For ESP_BLE_MESH_MODEL_OP_NETWORK_TRANSMIT_SET */ } esp_ble_mesh_cfg_cl...
3,285
< GATT Proxy state value */ } esp_ble_mesh_cfg_gatt_proxy_status_cb_t; /** Parameters of Config Relay Status */ typedef struct { uint8_t relay; /*!< Relay state value */ uint8_t retransmit; /*!< Relay retransmit value(number of retransmissions and number of 10-millisecond s...
3,285
< Number of retransmissions and number of 50-millisecond steps between retransmissions */ uint16_t company_id; /*!< Company ID */ uint16_t model_id; /*!< Model ID */ } esp_ble_mesh_cfg_model_pub_status_cb_t; /** Parameters of Config Model Subscription Status */ typedef struct { ...
3,285
< Status Code for the request message */ uint16_t net_idx; /*!< Index of the NetKey */ uint16_t app_idx; /*!< Index of the application key */ } esp_ble_mesh_cfg_app_key_status_cb_t; /** Parameters of Config Model App Status */ typedef struct { uint8_t status; ...
3,285
< Destination address for Heartbeat messages */ uint8_t count; /*!< Number of Heartbeat messages remaining to be sent */ uint8_t period; /*!< Period for sending Heartbeat messages */ uint8_t ttl; /*!< TTL to be used when sending Heartbeat messa...
3,285
< Number of Heartbeat messages received */ uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ uint8_t max_hops; /*!< Maximum hops when receiving Heartbeat messages */ } esp_ble_mesh_cfg_hb_sub_status_cb_t; /** Parameters of Config Network Transmit Statu...
3,285
< A list of NetKey Indexes known to the node */ } esp_ble_mesh_cfg_net_key_list_cb_t; /** Parameters of Config AppKey List */ typedef struct { uint8_t status; /*!< Status Code for the request message */ uint16_t net_idx; /*!< NetKey Index of the NetKey that the AppKeys are...
3,285
< Address of the element */ uint16_t company_id; /*!< Company ID */ uint16_t model_id; /*!< Model ID */ struct net_buf_simple *app_idx; /*!< All AppKey indexes bound to the Model */ } esp_ble_mesh_cfg_model_app_list_cb_t; /** Parameters of Config Key Refresh Phase Status...
3,285
< The beacon status value */ esp_ble_mesh_cfg_comp_data_status_cb_t comp_data_status; /*!< The composition data status value */ esp_ble_mesh_cfg_default_ttl_status_cb_t default_ttl_status; /*!< The default_ttl status value */ esp_ble_mesh_cfg_gatt_proxy_status_cb_t gatt_proxy_status; /*!< The...
3,285
< The friend status value */ esp_ble_mesh_cfg_hb_pub_status_cb_t heartbeat_pub_status; /*!< The heartbeat publication status value */ esp_ble_mesh_cfg_hb_sub_status_cb_t heartbeat_sub_status; /*!< The heartbeat subscription status value */ esp_ble_mesh_cfg_net_trans_status_cb_t net_transmit_st...
3,285
< The low power node poll timeout status value */ } esp_ble_mesh_cfg_client_common_cb_param_t; /** Configuration Client Model callback parameters */ typedef struct { int error_code; /*!< Appropriate error code */ esp_ble_mesh_client_common_param_t *params; /*...
3,285
< AppKey Index */ bool cred_flag; /*!< Friendship Credential Flag */ uint8_t pub_ttl; /*!< Publish TTL */ uint8_t pub_period; /*!< Publish Period */ uint8_t pub_retransmit; /*!< Publish Retransmit */ uint16_t company_id; /*!< Company ID */ uint16_t model...
3,285
< Element Address */ uint16_t sub_addr; /*!< Subscription Address */ uint16_t company_id; /*!< Company ID */ uint16_t model_id; /*!< Model ID */ } esp_ble_mesh_state_change_cfg_model_sub_add_t; /** Parameters of Config Model Subscription Delete */ typedef struct { uint16_t elem...
3,285
< NetKey Index */ } esp_ble_mesh_state_change_cfg_netkey_delete_t; /** Parameters of Config AppKey Add */ typedef struct { uint16_t net_idx; /*!< NetKey Index */ uint16_t app_idx; /*!< AppKey Index */ uint8_t app_key[16]; /*!< AppKey */ } esp_ble_mesh_state_change_cfg_appkey_add_...
3,285
< Company ID */ uint16_t model_id; /*!< Model ID */ } esp_ble_mesh_state_change_cfg_model_app_bind_t; /** Parameters of Config Model App Unbind */ typedef struct { uint16_t element_addr; /*!< Element Address */ uint16_t app_idx; /*!< AppKey Index */ uint16_t company_id; /...
3,285
< Config Model Subscription Add */ esp_ble_mesh_state_change_cfg_model_sub_delete_t mod_sub_delete; /*!< Config Model Subscription Delete */ esp_ble_mesh_state_change_cfg_netkey_add_t netkey_add; /*!< Config NetKey Add */ esp_ble_mesh_state_change_cfg_netkey_update_t netkey_upd...
3,285
< Config Key Refresh Phase Set */ } esp_ble_mesh_cfg_server_state_change_t; /** */ typedef union { esp_ble_mesh_cfg_server_state_change_t state_change; /*!< ESP_BLE_MESH_CFG_SERVER_STATE_CHANGE_EVT */ } esp_ble_mesh_cfg_server_cb_value_t; /** Configuration Server model callback parameters */ typedef struct { ...
3,285
/* */ /** @file */ #ifndef _ESP_BLE_MESH_TIME_SCENE_MODEL_API_H_ #define _ESP_BLE_MESH_TIME_SCENE_MODEL_API_H_ #include "esp_ble_mesh_defs.h" #ifdef __cplusplus extern "C" { #endif /** @def ESP_BLE_MESH_MODEL_TIME_CLI */ #define ESP_BLE_MESH_MODEL_TIME_CLI(cli_pub, cli_data) \ ESP_BLE_MESH_SI...
3,286
< The sub-second time in units of 1/256 second */ uint8_t uncertainty; /*!< The estimated uncertainty in 10-millisecond steps */ uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ uint16_t tai_utc_delta : 15; /*!< Current difference between TAI and UTC in seconds...
3,286
< The Time Role for the element */ } esp_ble_mesh_time_role_set_t; /** Parameter of Scene Store */ typedef struct { uint16_t scene_number; /*!< The number of scenes to be stored */ } esp_ble_mesh_scene_store_t; /** Parameters of Scene Recall */ typedef struct { bool op_en; /*!< Indicate if option...
3,286
< Index of the Schedule Register entry to set */ uint64_t year : 7; /*!< Scheduled year for the action */ uint64_t month : 12; /*!< Scheduled month for the action */ uint64_t day : 5; /*!< Scheduled day of the month for the action */ uint64_t hour : 5; /*!< Scheduled h...
3,286
< For ESP_BLE_MESH_MODEL_OP_TIME_SET */ esp_ble_mesh_time_zone_set_t time_zone_set; /*!< For ESP_BLE_MESH_MODEL_OP_TIME_ZONE_SET */ esp_ble_mesh_tai_utc_delta_set_t tai_utc_delta_set; /*!< For ESP_BLE_MESH_MODEL_OP_TAI_UTC_DELTA_SET */ esp_ble_mesh_time_role_set_t time_role_set; /*!< For ESP...
3,286
< The current TAI time in seconds */ uint8_t sub_second; /*!< The sub-second time in units of 1/256 second */ uint8_t uncertainty; /*!< The estimated uncertainty in 10-millisecond steps */ uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ u...
3,286
< Current difference between TAI and UTC in seconds */ uint16_t padding_1 : 1; /*!< Always 0b0. Other values are Prohibited. */ uint16_t tai_utc_delta_new : 15; /*!< Upcoming difference between TAI and UTC in seconds */ uint16_t padding_2 : 1; /*!< Always 0b0. Other values are Prohib...
3,286
< Time to complete state transition (C.1) */ } esp_ble_mesh_scene_status_cb_t; /** Parameters of Scene Register Status */ typedef struct { uint8_t status_code; /*!< Status code for the previous operation */ uint16_t current_scene; /*!< Scene Number of the current scene */ struct net_buf_simple *scenes; ...
3,286
< Scheduled hour for the action */ uint64_t minute : 6; /*!< Scheduled minute for the action */ uint64_t second : 6; /*!< Scheduled second for the action */ uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ uint64_t action : 4; /*!< Action to be performed ...
3,286
< For ESP_BLE_MESH_MODEL_OP_SCENE_STATUS */ esp_ble_mesh_scene_register_status_cb_t scene_register_status; /*!< For ESP_BLE_MESH_MODEL_OP_SCENE_REGISTER_STATUS */ esp_ble_mesh_scheduler_status_cb_t scheduler_status; /*!< For ESP_BLE_MESH_MODEL_OP_SCHEDULER_STATUS */ esp_ble_mesh_scheduler_act_st...
3,286
< Unknown TAI Seconds */ #define ESP_BLE_MESH_UNKNOWN_TAI_ZONE_CHANGE 0x0000000000 /*!< Unknown TAI of Zone Change */ #define ESP_BLE_MESH_UNKNOWN_TAI_DELTA_CHANGE 0x0000000000 /*!< Unknown TAI of Delta Change */ #define ESP_BLE_MESH_TAI_UTC_DELTA_MAX_VALUE 0x7FFF /*!< Maximum TAI-UTC Delta value */ #d...
3,286
< Any hour of the Scheduled hour */ #define ESP_BLE_MESH_SCHEDULE_HOUR_ONCE_A_DAY 0x19 /*!< Any hour of the Scheduled Day */ #define ESP_BLE_MESH_SCHEDULE_SEC_ANY_OF_HOUR 0x3C /*!< Any minute of the Scheduled hour */ #define ESP_BLE_MESH_SCHEDULE_SEC_EVERY_15_MIN 0x3D /*!< Every 15 minutes of the Schedul...
3,286
< Scheduled Action - Turn On */ #define ESP_BLE_MESH_SCHEDULE_ACT_SCENE_RECALL 0x02 /*!< Scheduled Action - Scene Recall */ #define ESP_BLE_MESH_SCHEDULE_ACT_NO_ACTION 0x0F /*!< Scheduled Action - No Action */ #define ESP_BLE_MESH_SCHEDULE_SCENE_NO_SCENE 0x0000 /*!< Scheduled Scene - No Scene */ #defin...
3,286
< The value of the TAI Seconds state */ uint8_t subsecond; /*!< The value of the Subsecond field */ uint8_t uncertainty; /*!< The value of the Uncertainty field */ uint8_t time_zone_offset_curr; /*!< The value of the Time Zone Offset Current field */ ...
3,286
< The value of the Time Role state */ } esp_ble_mesh_time_state_t; /** User data of Time Server Model */ typedef struct { esp_ble_mesh_model_t *model; /*!< Pointer to the Time Server Model. Initialized internally. */ esp_ble_mesh_server_rsp_ctrl_t rsp_ctrl; /*!< Response control of the server...
3,286
< The value of the Scene Type */ /** */ struct net_buf_simple *scene_value; /*!< The value of the Scene Value */ } esp_ble_mesh_scene_register_t; /** */ typedef struct { const uint16_t scene_count; /*!< The Scenes state's scene count */ esp_ble_mesh_scene_register_t *scenes; /*!< Par...
3,286
*/ esp_ble_mesh_server_rsp_ctrl_t rsp_ctrl; /*!< Response control of the server model received messages */ esp_ble_mesh_scenes_state_t *state; /*!< Parameters of the Scenes state */ esp_ble_mesh_last_msg_info_t last; /*!< Parameters of the last received set message */ esp_ble_mesh_s...
3,286
< The value of Scheduled year for the action */ month : 12, /*!< The value of Scheduled month for the action */ day : 5, /*!< The value of Scheduled day of the month for the action */ hour : 5, /*!< The value of Scheduled hour for the action */ ...
3,286
< Up to 16 scheduled entries */ } esp_ble_mesh_scheduler_state_t; /** User data of Scheduler Server Model */ typedef struct { esp_ble_mesh_model_t *model; /*!< Pointer to the Scheduler Server Model. Initialized internally. */ esp_ble_mesh_server_rsp_ctrl_t rsp_ctrl; /*!< Response control of t...
3,286
< The current TAI time in seconds */ uint8_t subsecond; /*!< The sub-second time in units of 1/256 second */ uint8_t uncertainty; /*!< The estimated uncertainty in 10-millisecond steps */ uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */ uint16_t t...
3,286
< Current difference between TAI and UTC in seconds */ uint8_t time_zone_offset_curr; /*!< The local time zone offset in 15-minute increments */ } esp_ble_mesh_state_change_time_status_t; /** Parameters of Time Zone Set state change event */ typedef struct { uint8_t time_zone_offset_new; /*!< Upcoming l...
3,286