Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h77 uint8_t tid; /* Transaction Identifier */ member
85 uint8_t tid; /* Transaction Identifier */ member
153 uint8_t tid; /* Transaction Identifier */ member
162 uint8_t tid; /* Transaction Identifier */ member
246 uint8_t tid; /* Transaction Identifier */ member
254 uint8_t tid; /* Transaction Identifier */ member
262 uint8_t tid; /* Transaction Identifier */ member
334 uint8_t tid; /* Transaction Identifier */ member
402 uint8_t tid; /* Transaction Identifier */ member
Dgeneric_client.h56 uint8_t tid; /* Transaction Identifier */ member
90 uint8_t tid; /* Transaction Identifier */ member
98 uint8_t tid; /* Transaction Identifier */ member
106 uint8_t tid; /* Transaction Identifier */ member
209 uint8_t tid; /* Transaction Identifier */ member
Dtime_scene_client.h137 uint8_t tid; /* Transaction Identifier */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c192 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_is_server_recv_last_msg() argument
201 if (last->tid == tid && last->src == src && last->dst == dst && in bt_mesh_is_server_recv_last_msg()
210 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_server_update_last_msg() argument
217 last->tid = tid; in bt_mesh_server_update_last_msg()
Dlighting_server.c225 uint8_t tid = 0U, trans_time = 0U, delay = 0U; in light_lightness_set() local
236 tid = net_buf_simple_pull_u8(buf); in light_lightness_set()
247 .lightness_set.tid = tid, in light_lightness_set()
256 if (bt_mesh_is_server_recv_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now)) { in light_lightness_set()
268 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_lightness_set()
337 uint8_t tid = 0U, trans_time = 0U, delay = 0U; in light_lightness_linear_set() local
348 tid = net_buf_simple_pull_u8(buf); in light_lightness_linear_set()
359 .lightness_linear_set.tid = tid, in light_lightness_linear_set()
368 if (bt_mesh_is_server_recv_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now)) { in light_lightness_linear_set()
380 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in light_lightness_linear_set()
[all …]
Dgeneric_server.c132 uint8_t tid = 0U, onoff = 0U, trans_time = 0U, delay = 0U; in gen_onoff_set() local
146 tid = net_buf_simple_pull_u8(buf); in gen_onoff_set()
157 .onoff_set.tid = tid, in gen_onoff_set()
166 if (bt_mesh_is_server_recv_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now)) { in gen_onoff_set()
178 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_onoff_set()
313 uint8_t tid = 0U, trans_time = 0U, delay = 0U; in gen_level_set() local
324 tid = net_buf_simple_pull_u8(buf); in gen_level_set()
335 .level_set.tid = tid, in gen_level_set()
344 if (bt_mesh_is_server_recv_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now)) { in gen_level_set()
356 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in gen_level_set()
[all …]
Dtime_scene_server.c597 uint8_t tid = 0U, trans_time = 0U, delay = 0U; in scene_recall() local
613 tid = net_buf_simple_pull_u8(buf); in scene_recall()
623 .scene_recall.tid = tid, in scene_recall()
650 if (bt_mesh_is_server_recv_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now)) { in scene_recall()
662 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in scene_recall()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h108 uint8_t tid; /*!< Transaction ID */ member
117 uint8_t tid; /*!< Transaction ID */ member
139 uint8_t tid; /*!< Transaction ID */ member
149 uint8_t tid; /*!< Transaction ID */ member
173 uint8_t tid; /*!< Transaction ID */ member
182 uint8_t tid; /*!< Transaction ID */ member
191 uint8_t tid; /*!< Transaction ID */ member
217 uint8_t tid; /*!< Transaction Identifier */ member
251 uint8_t tid; /*!< Transaction Identifier */ member
1411 uint8_t tid; /*!< Transaction ID */ member
[all …]
Desp_ble_mesh_generic_model_api.h158 uint8_t tid; /*!< Transaction ID */ member
167 uint8_t tid; /*!< Transaction ID */ member
176 uint8_t tid; /*!< Transaction ID */ member
185 uint8_t tid; /*!< Transaction ID */ member
204 uint8_t tid; /*!< Transaction ID */ member
1114 uint8_t tid; /*!< Transaction ID */ member
1123 uint8_t tid; /*!< Transaction ID */ member
1132 uint8_t tid; /*!< Transaction ID */ member
1141 uint8_t tid; /*!< Transaction ID */ member
1160 uint8_t tid; /*!< Transaction ID */ member
Desp_ble_mesh_time_scene_model_api.h109 uint8_t tid; /*!< Transaction ID */ member
784 uint8_t tid; /*!< Transaction ID */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h372 uint8_t tid; member
379 uint8_t tid; member
395 uint8_t tid; member
403 uint8_t tid; member
421 uint8_t tid; member
428 uint8_t tid; member
435 uint8_t tid; member
455 uint8_t tid; member
479 uint8_t tid; member
Dserver_common.h69 uint8_t tid; member
113 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now);
116 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now);
Dgeneric_server.h283 uint8_t tid; member
290 uint8_t tid; member
297 uint8_t tid; member
304 uint8_t tid; member
317 uint8_t tid; member
Dtime_scene_server.h342 uint8_t tid; member
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Desp_wifi_he_private.h81 esp_err_t esp_wifi_clr_rx_statistics(uint8_t tid);
93 esp_err_t esp_wifi_get_rx_statistics(uint8_t tid, esp_test_rx_statistics_t *rx_stats);
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c285 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local
289 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper()
291 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper()
300 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local
304 k_thread_name_set(tid, name); in task_create_wrapper()
306 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c286 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local
290 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper()
292 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper()
301 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local
305 k_thread_name_set(tid, name); in task_create_wrapper()
307 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c313 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local
317 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper()
319 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper()
325 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local
329 k_thread_name_set(tid, name); in task_create_wrapper()
331 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c301 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local
305 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper()
307 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper()
316 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local
320 k_thread_name_set(tid, name); in task_create_wrapper()
322 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c301 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local
305 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper()
307 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper()
316 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local
320 k_thread_name_set(tid, name); in task_create_wrapper()
322 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c305 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local
309 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper()
311 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper()
320 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local
324 k_thread_name_set(tid, name); in task_create_wrapper()
326 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c812 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
824 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
853 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
866 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
897 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
909 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
921 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
954 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
999 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
Dgeneric_client.c747 net_buf_simple_add_u8(msg, set->tid); in gen_set_state()
760 net_buf_simple_add_u8(msg, set->tid); in gen_set_state()
773 net_buf_simple_add_u8(msg, set->tid); in gen_set_state()
786 net_buf_simple_add_u8(msg, set->tid); in gen_set_state()
815 net_buf_simple_add_u8(msg, set->tid); in gen_set_state()
/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c555 k_tid_t tid = k_thread_create(&s_timer_task, timer_task_stack,
559 if (!tid) {
564 k_thread_name_set(tid, "esp_timer");
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c649 k_tid_t tid = k_thread_create(&bt_task_handle, bt_stack, stack_depth, in task_create_wrapper() local
653 k_thread_name_set(tid, name); in task_create_wrapper()
655 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()

12