/hal_espressif-latest/components/bt/common/osi/ |
D | list.c | 62 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_contains() local 76 for (list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_get_node() local 118 list_node_t *node = (list_node_t *)osi_calloc(sizeof(list_node_t)); in list_insert_after() local 137 list_node_t *node = (list_node_t *)osi_calloc(sizeof(list_node_t)); in list_prepend() local 156 list_node_t *node = (list_node_t *)osi_calloc(sizeof(list_node_t)); in list_append() local 192 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_remove() local 222 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_delete() local 237 for (list_node_t *node = list->head; node; ) { in list_clear() local 250 for (list_node_t *node = list->head; node; ) { in list_foreach() local 272 list_node_t *list_next(const list_node_t *node) in list_next() [all …]
|
D | config.c | 132 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_has_key_in_section() local 135 …for (const list_node_t *node = list_begin(section->entries); node != list_end(section->entries); n… in config_has_key_in_section() local 231 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in config_set_string() local 271 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_update_newest_section() local 316 const config_section_node_t *config_section_next(const config_section_node_t *node) in config_section_next() 322 const char *config_section_name(const config_section_node_t *node) in config_section_name() 336 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in get_config_size() local 433 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_save() local 691 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in section_find() local 732 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in entry_find() local
|
D | fixed_queue.c | 73 const list_node_t *node; in fixed_queue_free() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_dlist.h | 207 static inline int sys_dlist_is_head(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_is_head() 221 static inline int sys_dlist_is_tail(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_is_tail() 294 sys_dnode_t *node) in sys_dlist_peek_next_no_check() 310 sys_dnode_t *node) in sys_dlist_peek_next() 339 static inline void sys_dlist_append(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_append() 359 static inline void sys_dlist_prepend(sys_dlist_t *list, sys_dnode_t *node) in sys_dlist_prepend() 383 sys_dnode_t *node) in sys_dlist_insert_after() 410 sys_dnode_t *node) in sys_dlist_insert_before() 439 static inline void sys_dlist_insert_at(sys_dlist_t *list, sys_dnode_t *node, in sys_dlist_insert_at() 465 static inline void sys_dlist_remove(sys_dnode_t *node) in sys_dlist_remove() [all …]
|
D | mesh_slist.h | 245 static inline sys_snode_t *sys_slist_peek_next_no_check(sys_snode_t *node) in sys_slist_peek_next_no_check() 257 static inline sys_snode_t *sys_slist_peek_next(sys_snode_t *node) in sys_slist_peek_next() 271 sys_snode_t *node) in sys_slist_prepend() 290 sys_snode_t *node) in sys_slist_append() 354 sys_snode_t *node) in sys_slist_insert() 378 sys_snode_t *node = list->head; in sys_slist_get_not_empty() local 414 sys_snode_t *node) in sys_slist_remove() 446 sys_snode_t *node) in sys_slist_find_and_remove()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | client_common.c | 21 bt_mesh_client_node_t *node = NULL; in bt_mesh_client_pick_node() local 49 bt_mesh_client_node_t *node = NULL; in bt_mesh_is_client_recv_publish_msg() local 114 bt_mesh_client_node_t *node = NULL; in bt_mesh_client_check_node_in_list() local 227 bt_mesh_client_node_t *node = cb_data; in msg_send_start() local 252 bt_mesh_client_node_t *node = NULL; in bt_mesh_client_send_msg() local 443 int bt_mesh_client_free_node(bt_mesh_client_node_t *node) in bt_mesh_client_free_node() 478 bt_mesh_client_node_t *node = NULL; in bt_mesh_client_clear_list() local
|
D | time_scene_client.c | 90 bt_mesh_client_node_t *node = NULL; in timeout_handler() local 120 bt_mesh_client_node_t *node = NULL; in time_scene_status() local
|
D | sensor_client.c | 74 bt_mesh_client_node_t *node = NULL; in timeout_handler() local 104 bt_mesh_client_node_t *node = NULL; in sensor_status() local
|
D | generic_client.c | 136 bt_mesh_client_node_t *node = NULL; in timeout_handler() local 166 bt_mesh_client_node_t *node = NULL; in generic_status() local
|
D | lighting_client.c | 145 bt_mesh_client_node_t *node = NULL; in timeout_handler() local 175 bt_mesh_client_node_t *node = NULL; in light_status() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_main.c | 200 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_check_is_addr_dup() local 256 static int provisioner_store_node(struct bt_mesh_node *node, bool store, uint16_t *index) in provisioner_store_node() 300 int bt_mesh_provisioner_restore_node_info(struct bt_mesh_node *node) in bt_mesh_provisioner_restore_node_info() 316 struct bt_mesh_node node = {0}; in bt_mesh_provisioner_provision() local 346 struct bt_mesh_node *node = NULL; in provisioner_remove_node() local 420 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_remove_node() local 445 struct bt_mesh_node *node = NULL; in provisioner_find_node_with_addr() local 475 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_restore_node_name() local 501 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_delete_node_with_uuid() local 516 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_delete_node_with_node_addr() local [all …]
|
D | health_cli.c | 61 bt_mesh_client_node_t *node = NULL; in timeout_handler() local 91 bt_mesh_client_node_t *node = NULL; in health_client_recv_status() local
|
D | settings.c | 1081 struct bt_mesh_node node = {0}; in node_info_set() local 2518 void bt_mesh_store_node_info(struct bt_mesh_node *node) in bt_mesh_store_node_info() 2588 void bt_mesh_store_node_name(struct bt_mesh_node *node) in bt_mesh_store_node_name() 2608 void bt_mesh_store_node_comp_data(struct bt_mesh_node *node) in bt_mesh_store_node_comp_data()
|
D | cfg_cli.c | 103 bt_mesh_client_node_t *node = NULL; in timeout_handler() local 133 bt_mesh_client_node_t *node = NULL; in cfg_client_recv_status() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 171 …for (const list_node_t *node = list_begin(client->outbound_fragments); node != list_end(client->ou… in l2cap_client_disconnect() local 452 …for (const list_node_t *node = list_begin(l2cap_clients); node != list_end(l2cap_clients); node = … in find() local
|
D | l2c_fcr.c | 1463 for (const list_node_t *node = list_begin(p_ccb->p_lcb->link_xmit_data_q); in retransmit_i_frames() local 2161 for (const list_node_t *node = list_begin(list), xx = 0; in l2c_fcr_collect_ack_delay() local
|
D | l2c_main.c | 828 for (const list_node_t *node = list_begin(l2cb.rcv_pending_q); in l2c_process_held_packets() local
|
D | l2c_api.c | 2279 for (const list_node_t *node = list_begin(p_lcb->link_xmit_data_q); in L2CA_FlushChannel() local 2309 for (const list_node_t *node = list_begin(p_lcb->link_xmit_data_q); in L2CA_FlushChannel() local
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_profile_queue.c | 42 …for (const list_node_t *node = list_begin(connect_queue); node != list_end(connect_queue); node = … in queue_int_add() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 202 for (const list_node_t *node = list_begin(list); node != list_end(list); in gatt_set_srv_chg() local 237 for (const list_node_t *node = list_begin(list); node != list_end(list); in gatt_sr_is_new_srv_chg() local 828 for (const list_node_t *node = list_begin(list); in gatt_is_srv_chg_ind_pending() local 866 for (const list_node_t *node = list_begin(list); node != list_end(list); in gatt_is_bda_in_the_srv_chg_clt_list() local
|
D | gatt_sr.c | 205 const list_node_t *node = NULL; in process_read_multi_rsp() local 326 const list_node_t *node = NULL; in process_read_multi_var_rsp() local
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 564 for (const list_node_t *node = list_begin(cmd_wait_q->commands_pending_response); in get_waiting_command() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 425 bt_mesh_client_node_t *node = NULL; in btc_ble_mesh_client_model_op_cb() local 462 bt_mesh_client_node_t *node = NULL; in btc_ble_mesh_client_model_timeout_cb() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1627 list_node_t *node = list_begin(p_clcb->p_cmd_list); in bta_gattc_pop_command_to_send() local 1667 … for (list_node_t *node = list_begin(p_clcb->p_cmd_list); node != list_end(p_clcb->p_cmd_list); in bta_gattc_free_command_data() local
|
D | bta_gattc_co.c | 654 …for (const list_node_t *node = list_begin(addr_info->assoc_addr); node != list_end(addr_info->asso… in bta_gattc_co_cache_find_src_addr() local
|