/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | lighting_client.h | 77 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
|
D | generic_client.h | 56 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
|
D | time_scene_client.h | 137 uint8_t tid; /* Transaction Identifier */ member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/ |
D | server_common.c | 192 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()
|
D | lighting_server.c | 225 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 …]
|
D | generic_server.c | 132 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 …]
|
D | time_scene_server.c | 595 uint8_t tid = 0U, trans_time = 0U, delay = 0U; in scene_recall() local 611 tid = net_buf_simple_pull_u8(buf); in scene_recall() 621 .scene_recall.tid = tid, in scene_recall() 648 if (bt_mesh_is_server_recv_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now)) { in scene_recall() 660 bt_mesh_server_update_last_msg(&srv->last, tid, ctx->addr, ctx->recv_dst, &now); in scene_recall()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_lighting_model_api.h | 108 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 …]
|
D | esp_ble_mesh_generic_model_api.h | 158 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
|
D | esp_ble_mesh_time_scene_model_api.h | 109 uint8_t tid; /*!< Transaction ID */ member 784 uint8_t tid; /*!< Transaction ID */ member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | lighting_server.h | 372 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
|
D | server_common.h | 69 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);
|
D | generic_server.h | 283 uint8_t tid; member 290 uint8_t tid; member 297 uint8_t tid; member 304 uint8_t tid; member 317 uint8_t tid; member
|
D | time_scene_server.h | 342 uint8_t tid; member
|
/hal_espressif-3.7.0/components/esp_wifi/include/esp_private/ |
D | esp_wifi_he_private.h | 81 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-3.7.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 378 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local 382 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper() 384 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper() 393 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local 397 k_thread_name_set(tid, name); in task_create_wrapper() 399 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|
/hal_espressif-3.7.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 374 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local 378 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper() 380 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper() 389 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local 393 k_thread_name_set(tid, name); in task_create_wrapper() 395 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|
/hal_espressif-3.7.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 398 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local 402 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper() 404 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper() 410 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local 414 k_thread_name_set(tid, name); in task_create_wrapper() 416 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|
/hal_espressif-3.7.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 389 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_pinned_to_core_wrapper() local 393 k_thread_name_set(tid, name); in task_create_pinned_to_core_wrapper() 395 *(int32_t *)task_handle = (int32_t) tid; in task_create_pinned_to_core_wrapper() 404 k_tid_t tid = k_thread_create(&wifi_task_handle, wifi_stack, stack_depth, in task_create_wrapper() local 408 k_thread_name_set(tid, name); in task_create_wrapper() 410 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | lighting_client.c | 812 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()
|
D | generic_client.c | 747 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-3.7.0/components/esp_timer/src/ |
D | esp_timer.c | 539 k_tid_t tid = k_thread_create(&s_timer_task, timer_task_stack, 543 if (!tid) { 548 k_thread_name_set(tid, "esp_timer");
|
/hal_espressif-3.7.0/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 641 k_tid_t tid = k_thread_create(&bt_task_handle, bt_stack, stack_depth, in task_create_wrapper() local 645 k_thread_name_set(tid, name); in task_create_wrapper() 647 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|
/hal_espressif-3.7.0/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 673 k_tid_t tid = k_thread_create(&bt_task_handle, bt_stack, stack_depth, in task_create_wrapper() local 677 k_thread_name_set(tid, name); in task_create_wrapper() 679 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|
/hal_espressif-3.7.0/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 668 k_tid_t tid = k_thread_create(&bt_task_handle, bt_stack, stack_depth, in task_create_wrapper() local 672 k_thread_name_set(tid, name); in task_create_wrapper() 674 *(int32_t *)task_handle = (int32_t) tid; in task_create_wrapper()
|