Home
last modified time | relevance | path

Searched refs:list_node (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c230 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache()
240 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache()
241 tBTA_GATTC_SERVICE *next_service = list_node(next_sn); in bta_gattc_insert_sec_service_to_cache()
557 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_update_include_service()
560 tBTA_GATTC_INCLUDED_SVC *include_service = list_node(sn); in bta_gattc_update_include_service()
1109 tBTA_GATTC_SERVICE *p_cache = list_node(sn); in bta_gattc_search_service()
1164 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_find_matching_service()
1198 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_characteristic_srcb()
1229 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_descriptor_srcb()
1232 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_descriptor_srcb()
[all …]
Dbta_gattc_co.c628 void *addr = list_node(sn); in bta_gattc_co_cache_remove_assoc_addr()
656 addr_data = (UINT8 *)list_node(node); in bta_gattc_co_cache_find_src_addr()
Dbta_gattc_act.c1628 tBTA_GATTC_DATA *p_data = (tBTA_GATTC_DATA *)list_node(node); in bta_gattc_pop_command_to_send()
1669 tBTA_GATTC_DATA *p_data = (tBTA_GATTC_DATA *)list_node(node); in bta_gattc_free_command_data()
2459 p_service = list_node(sn); in bta_gattc_register_service_change_notify()
2475 p_char = list_node(cn); in bta_gattc_register_service_change_notify()
2492 p_desc = list_node(dn); in bta_gattc_register_service_change_notify()
/hal_espressif-latest/components/bt/common/osi/
Dconfig.c133 const section_t *section = (const section_t *)list_node(node); in config_has_key_in_section()
136 entry_t *entry = list_node(node); in config_has_key_in_section()
232 entry_t *entry = list_node(node); in config_set_string()
266 section_t *first_sec = list_node(first_node); in config_update_newest_section()
272 section_t *sec = list_node(node); in config_update_newest_section()
326 const section_t *section = (const section_t *)list_node(lnode); in config_section_name()
337 const section_t *section = (const section_t *)list_node(node); in get_config_size()
342 const entry_t *entry = (const entry_t *)list_node(enode); in get_config_size()
434 const section_t *section = (const section_t *)list_node(node); in config_save()
451 const entry_t *entry = (const entry_t *)list_node(enode); in config_save()
[all …]
Dlist.c63 if (list_node(node) == data) { in list_contains()
77 if (list_node(node) == data) { in list_get_node()
278 void *list_node(const list_node_t *node) in list_node() function
Dhash_map.c225 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in hash_map_foreach()
259 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in find_bucket_entry_()
Dfixed_queue.c83 free_cb(list_node(node)); in fixed_queue_free()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c337 p_dev_old_rec = list_node(p_node); in btm_sec_alloc_dev()
347 p_dev_new_rec = list_node(p_node); in btm_sec_alloc_dev()
534 p_dev_rec = list_node(p_node); in btm_find_dev_by_handle()
558 return(list_node(p_node)); in btm_find_dev()
581 p_dev_rec = list_node(p_node); in btm_consolidate_dev()
657 p_dev_rec = list_node(p_node); in btm_find_oldest_dev()
Dbtm_main.c132 p_acl_conn = list_node(p_node); in btm_acl_active_count()
Dbtm_ble_addr.c405 p_dev_rec = list_node(p_node); in btm_ble_resolve_random_addr()
442 p_dev_rec = list_node(p_node); in btm_find_dev_by_identity_addr()
Dbtm_pm.c675 p_acl_cb = list_node(p_node); in btm_pm_check_stored()
805 p_cb = (tBTM_PM_MCB *)list_node(p_node); in btm_pm_proc_mode_change()
Dbtm_ble_privacy.c258 p_dev_rec = list_node(p_node); in btm_ble_clear_resolving_list_complete()
1061 p_dev = list_node(p_node); in btm_ble_enable_resolving_list_for_platform()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c83 p_lcb_cur = list_node(p_node); in l2c_link_hci_conn_req()
748 p_lcb = list_node(p_node); in l2c_link_adjust_allocation()
796 p_lcb = list_node(p_node); in l2c_link_adjust_allocation()
945 p_lcb = list_node(p_node); in l2c_link_role_changed()
1075 p_lcb = list_node(p_node); in l2c_link_check_send_pkts()
1078 p_lcb_cur = list_node(p_node); in l2c_link_check_send_pkts()
1081 p_lcb = list_node(p_node); in l2c_link_check_send_pkts()
1089 p_lcb = list_node(p_node); in l2c_link_check_send_pkts()
1111 p_lcb = list_node(p_node); in l2c_link_check_send_pkts()
Dl2cap_client.c172 osi_free(list_node(node)); in l2cap_client_disconnect()
453 l2cap_client_t *client = (l2cap_client_t *)list_node(node); in find()
Dl2c_utils.c311 p_lcb = list_node(p_node); in l2cu_find_lcb_by_bd_addr()
330 p_lcb = list_node(p_node); in l2cu_find_free_lcb()
345 p_lcb = list_node(p_node); in l2cu_plcb_active_count()
2240 p_lcb = list_node(p_node); in l2cu_device_reset()
2291 p_lcb_cur = list_node(p_node); in l2cu_create_conn()
2349 p_lcb = list_node(p_node); in l2cu_get_num_hi_priority()
2450 p_lcb = list_node(p_node); in l2cu_find_lcb_by_state()
2481 p_lcb = list_node(p_node); in l2cu_lcb_disconnecting()
2611 p_lcb = list_node(p_node); in l2cu_resubmit_pending_sec_req()
3237 p_lcb = list_node(p_node); in l2cu_find_lcb_by_handle()
[all …]
Dl2c_api.c127 p_lcb = list_node(p_node); in L2CA_Deregister()
831 p_lcb = list_node(p_node); in L2CA_SetIdleTimeoutByBdAddr()
1190 p_lcb = list_node(p_node); in L2CA_SetFlushTimeout()
1399 p_lcb = list_node(p_node); in L2CA_DeregisterLECoc()
2281 BT_HDR *p_buf = (BT_HDR *)list_node(node); in L2CA_FlushChannel()
2313 BT_HDR *p_buf = (BT_HDR *)list_node(node); in L2CA_FlushChannel()
Dl2c_main.c830 BT_HDR *p_buf = list_node(node); in l2c_process_held_packets()
924 p_lcb = list_node(p_node); in l2c_free_p_lcb_pool()
938 p_ccb = list_node(p_node); in l2c_free_p_ccb_pool()
Dl2c_fcr.c1438 p_buf = (BT_HDR *)list_node(node_ack); in retransmit_i_frames()
1465 BT_HDR *p_buf = (BT_HDR *)list_node(node); in retransmit_i_frames()
1488 p_buf = (BT_HDR *)list_node(node_ack); in retransmit_i_frames()
2164 p_buf = list_node(node); in l2c_fcr_collect_ack_delay()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dlist.h119 void *list_node(const list_node_t *node);
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c85 p_rec = list_node(p_node); in sdp_db_service_search()
177 p_rec = list_node(p_node); in sdp_db_find_record()
369 p_rec = list_node(p_node); in SDP_DeleteRecord()
443 p_rec= list_node(p_node); in SDP_AddAttribute()
882 p_rec= list_node(p_node); in SDP_DeleteAttribute()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c206 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)list_node(node); in gatt_set_srv_chg()
239 p_buf = (tGATTS_PENDING_NEW_SRV_START *)list_node(node); in gatt_sr_is_new_srv_chg()
790 p_tcb = list_node(p_node); in gatt_find_the_connected_bda()
831 tGATT_VALUE *p_buf = (tGATT_VALUE *)list_node(node); in gatt_is_srv_chg_ind_pending()
868 p_buf = (tGATTS_SRV_CHG *)list_node(node); in gatt_is_bda_in_the_srv_chg_clt_list()
894 p_tcb = list_node(p_node); in gatt_is_bda_connected()
939 p_tcb = list_node(p_node); in gatt_find_i_tcb_by_addr()
963 p_tcb = list_node(p_node); in gatt_get_tcb_by_idx()
1732 p_clcb = list_node(p_node); in gatt_clcb_find_by_conn_id()
1757 p_clcb = list_node(p_node); in gatt_clcb_find_by_idx()
[all …]
Dgatt_main.c178 p_tcb = list_node(p_node); in gatt_free()
1241 p_tcb = list_node(p_node); in gatt_tcb_active_count()
Dgatt_api.c1365 p_tcb = list_node(p_node); in GATT_Deregister()
1379 p_clcb = list_node(p_node_clcb); in GATT_Deregister()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c43 if (((connect_node_t *)list_node(node))->uuid == p_param->uuid) { in queue_int_add()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c567 pkt_linked_item_t *wait_entry = list_node(node); in get_waiting_command()

12