/btstack/test/linked_list/ |
H A D | btstack_linked_list_test.cpp | 79 item = btstack_linked_list_iterator_next(&it); in TEST() 82 item = btstack_linked_list_iterator_next(&it); in TEST() 85 item = btstack_linked_list_iterator_next(&it); in TEST() 88 item = btstack_linked_list_iterator_next(&it); in TEST() 98 item = btstack_linked_list_iterator_next(&it); in TEST() 102 item = btstack_linked_list_iterator_next(&it); in TEST() 105 item = btstack_linked_list_iterator_next(&it); in TEST() 108 item = btstack_linked_list_iterator_next(&it); in TEST() 118 item = btstack_linked_list_iterator_next(&it); in TEST() 122 item = btstack_linked_list_iterator_next(&it); in TEST() [all …]
|
/btstack/src/mesh/ |
H A D | mesh_keys.c | 81 mesh_network_key_t * item = (mesh_network_key_t *) btstack_linked_list_iterator_next(&it); in mesh_network_key_list_get() 101 return (mesh_network_key_t *) btstack_linked_list_iterator_next(&it->it); in mesh_network_key_iterator_get_next() 116 it->key = (mesh_network_key_t *) btstack_linked_list_iterator_next(&it->it); in mesh_network_key_nid_iterator_has_more() 176 … mesh_transport_key_t * item = (mesh_transport_key_t *) btstack_linked_list_iterator_next(&it); in mesh_transport_key_get() 194 it->key = (mesh_transport_key_t *) btstack_linked_list_iterator_next(&it->it); in mesh_transport_key_iterator_has_more() 226 it->key = (mesh_transport_key_t *) btstack_linked_list_iterator_next(&it->it); in mesh_transport_key_aid_iterator_has_more()
|
H A D | mesh_virtual_addresses.c | 94 … mesh_virtual_address_t * item = (mesh_virtual_address_t *) btstack_linked_list_iterator_next(&it); in mesh_virtual_address_for_pseudo_dst() 104 … mesh_virtual_address_t * item = (mesh_virtual_address_t *) btstack_linked_list_iterator_next(&it); in mesh_virtual_address_for_label_uuid() 123 it->address = (mesh_virtual_address_t *) btstack_linked_list_iterator_next(&it->it); in mesh_virtual_address_iterator_has_more()
|
H A D | mesh_node.c | 124 mesh_element_t * element = (mesh_element_t *) btstack_linked_list_iterator_next(&it); in mesh_node_element_for_index() 145 return (mesh_element_t *) btstack_linked_list_iterator_next(&iterator->it); in mesh_element_iterator_next() 217 return (mesh_model_t *) btstack_linked_list_iterator_next(&iterator->it); in mesh_model_iterator_next()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 55 …ation_t * entry = (btstack_packet_callback_registration_t*) btstack_linked_list_iterator_next(&it); in mock_hci_emit_event() 275 …client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator_next(&ser… in mock_gatt_client_get_characteristic_for_value_handle() 279 …_t * characteristic = (mock_gatt_client_characteristic_t *) btstack_linked_list_iterator_next(&cha… in mock_gatt_client_get_characteristic_for_value_handle() 293 …client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator_next(&ser… in mock_gatt_client_get_characteristic_for_uuid16() 297 …_t * characteristic = (mock_gatt_client_characteristic_t *) btstack_linked_list_iterator_next(&cha… in mock_gatt_client_get_characteristic_for_uuid16() 311 …client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator_next(&ser… in mock_gatt_client_get_characteristic_descriptor_for_handle() 315 …_t * characteristic = (mock_gatt_client_characteristic_t *) btstack_linked_list_iterator_next(&cha… in mock_gatt_client_get_characteristic_descriptor_for_handle() 320 …t * desc = (mock_gatt_client_characteristic_descriptor_t *) btstack_linked_list_iterator_next(&des… in mock_gatt_client_get_characteristic_descriptor_for_handle() 500 …client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator_next(&ser… in mock_gatt_client_run_once() 519 …client_service_t * service = (mock_gatt_client_service_t *) btstack_linked_list_iterator_next(&ser… in mock_gatt_client_run_once() [all …]
|
H A D | mock_btstack_tlv.c | 57 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in mock_btstack_tlv_find_entry() 126 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in mock_btstack_tlv_delete_tag() 157 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in mock_btstack_tlv_deinit()
|
/btstack/src/ |
H A D | hci_dump_dispatch.c | 51 …mp_dispatch_item_t *list_item = (hci_dump_dispatch_item_t *)btstack_linked_list_iterator_next(&it); in hci_dump_reset_all() 62 …mp_dispatch_item_t *list_item = (hci_dump_dispatch_item_t *)btstack_linked_list_iterator_next(&it); in hci_dump_log_packet_all() 73 …mp_dispatch_item_t *list_item = (hci_dump_dispatch_item_t *)btstack_linked_list_iterator_next(&it); in hci_dump_log_message_all()
|
H A D | l2cap.c | 1031 …ation_t * entry = (btstack_packet_callback_registration_t*) btstack_linked_list_iterator_next(&it); in l2cap_emit_event() 1218 … l2cap_fixed_channel_t * channel = (l2cap_fixed_channel_t*) btstack_linked_list_iterator_next(&it); in l2cap_channel_item_by_cid() 1264 … l2cap_fixed_channel_t * channel = (l2cap_fixed_channel_t*) btstack_linked_list_iterator_next(&it); in l2cap_get_channel_for_remote_handle_and_cid() 1386 l2cap_channel_t * channel = (l2cap_channel_t *) btstack_linked_list_iterator_next(&it); in l2cap_channel_for_rtx_timer() 2013 hci_connection_t * connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in l2ap_run_information_requests() 2095 l2cap_channel_t * channel = (l2cap_channel_t *) btstack_linked_list_iterator_next(&it); in l2cap_cbm_run_channels() 2194 l2cap_channel_t *channel = (l2cap_channel_t *) btstack_linked_list_iterator_next(&it); in l2cap_ecbm_run_channels() 2334 l2cap_channel_t * channel = (l2cap_channel_t *) btstack_linked_list_iterator_next(&it); in l2cap_run() 2361 hci_connection_t * connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in l2cap_run() 2592 l2cap_channel_t * channel = (l2cap_channel_t *) btstack_linked_list_iterator_next(&it); in l2cap_handle_connection_failed_for_addr() [all …]
|
H A D | hci.c | 414 hci_connection_t * item = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in hci_connection_for_handle() 431 hci_connection_t * connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in hci_connection_for_bd_addr_and_type() 455 hci_connection_t * connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in hci_number_sco_connections() 1666 hci_connection_t * con = (hci_connection_t*) btstack_linked_list_iterator_next(&it); in hci_update_advertisements_enabled_for_current_roles() 3064 … hci_iso_stream_t *iso_stream = (hci_iso_stream_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event() 3099 le_audio_big_t *big = (le_audio_big_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event() 3118 … le_audio_big_sync_t *big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event() 3143 … hci_iso_stream_t * iso_stream = (hci_iso_stream_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event() 3183 … hci_iso_stream_t *iso_stream = (hci_iso_stream_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event() 3202 … le_audio_big_sync_t *big_sync = (le_audio_big_sync_t *) btstack_linked_list_iterator_next(&it); in handle_command_complete_event() [all …]
|
H A D | btstack_linked_list.h | 147 btstack_linked_item_t * btstack_linked_list_iterator_next(btstack_linked_list_iterator_t * it);
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 275 …nked_list_uint32_t * item = (btstack_linked_list_uint32_t*) btstack_linked_list_iterator_next(&it); in add_uint32_to_list() 290 …nked_list_uint32_t * item = (btstack_linked_list_uint32_t*) btstack_linked_list_iterator_next(&it); in remove_and_free_uint32_from_list() 367 …nked_list_uint32_t * item = (btstack_linked_list_uint32_t*) btstack_linked_list_iterator_next(&it); in daemon_add_gatt_client_handle() 382 …lper_t * item = (btstack_linked_list_gatt_client_helper_t*) btstack_linked_list_iterator_next(&it); in daemon_add_gatt_client_handle() 401 …t_connection_t * item = (btstack_linked_list_connection_t*) btstack_linked_list_iterator_next(&it); in daemon_add_gatt_client_handle() 428 …nked_list_uint32_t * item = (btstack_linked_list_uint32_t*) btstack_linked_list_iterator_next(&it); in daemon_remove_gatt_client_handle() 441 …lper_t * item = (btstack_linked_list_gatt_client_helper_t*) btstack_linked_list_iterator_next(&it); in daemon_remove_gatt_client_handle() 452 …t_connection_t * item = (btstack_linked_list_connection_t*) btstack_linked_list_iterator_next(&it); in daemon_remove_gatt_client_handle() 478 …lper_t * item = (btstack_linked_list_gatt_client_helper_t*) btstack_linked_list_iterator_next(&it); in daemon_remove_gatt_client_helper() 490 …t_connection_t * item = (btstack_linked_list_connection_t*) btstack_linked_list_iterator_next(&it); in daemon_remove_gatt_client_helper() [all …]
|
/btstack/platform/windows/ |
H A D | btstack_tlv_windows.c | 105 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_windows_find_entry() 121 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_windows_delete_tag() 298 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_windows_read_db() 333 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_windows_deinit()
|
H A D | btstack_run_loop_windows.c | 109 … btstack_data_source_t *ds = (btstack_data_source_t*) btstack_linked_list_iterator_next(&it); in btstack_run_loop_windows_execute() 133 … btstack_data_source_t *ds = (btstack_data_source_t*) btstack_linked_list_iterator_next(&it); in btstack_run_loop_windows_execute()
|
/btstack/platform/posix/ |
H A D | btstack_tlv_posix.c | 95 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_posix_find_entry() 111 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_posix_delete_tag() 263 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_posix_read_db() 303 tlv_entry_t * entry = (tlv_entry_t*) btstack_linked_list_iterator_next(&it); in btstack_tlv_posix_deinit()
|
H A D | btstack_run_loop_posix.c | 185 … btstack_data_source_t *ds = (btstack_data_source_t*) btstack_linked_list_iterator_next(&it); in btstack_run_loop_posix_execute() 223 … btstack_data_source_t *ds = (btstack_data_source_t*) btstack_linked_list_iterator_next(&it); in btstack_run_loop_posix_execute()
|
/btstack/src/ble/ |
H A D | gatt_service_client.c | 70 …ervice_client_t * service_client = (gatt_service_client_t *)btstack_linked_list_iterator_next(&it); in gatt_service_client_get_service_client_for_id() 82 …ection_t * connection = (gatt_service_client_connection_t *)btstack_linked_list_iterator_next(&it); in gatt_service_client_get_connection_for_con_handle_and_service_index() 94 …ection_t * connection = (gatt_service_client_connection_t *)btstack_linked_list_iterator_next(&it); in gatt_service_client_get_connection_for_con_handle_and_attribute_handle() 108 …ection_t * connection = (gatt_service_client_connection_t *)btstack_linked_list_iterator_next(&it); in gatt_service_client_get_connection_for_cid() 456 …gatt_service_client_t * client = (gatt_service_client_t *)btstack_linked_list_iterator_next(&servi… in gatt_service_client_handle_disconnect() 460 …ection_t * connection = (gatt_service_client_connection_t *)btstack_linked_list_iterator_next(&con… in gatt_service_client_handle_disconnect() 717 …ection_t * connection = (gatt_service_client_connection_t *)btstack_linked_list_iterator_next(&it); in gatt_service_client_unregister_client()
|
H A D | att_server.c | 130 … hci_connection_t * hci_connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in att_server_connections_for_state() 141 …_eatt_bearer_t * eatt_bearer = (att_server_eatt_bearer_t *) btstack_linked_list_iterator_next(&it); in att_server_connections_for_state() 218 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_emit_event_to_all() 565 … att_service_handler_t *handler = (att_service_handler_t *) btstack_linked_list_iterator_next(&it); in att_server_handle_response_pending() 807 … hci_connection_t * connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in att_server_handle_can_send_now() 1010 hci_connection = (hci_connection_t *) btstack_linked_list_iterator_next(&it); in att_server_dispatch_packet_handler() 1188 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_service_handler_for_handle() 1213 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_notify_write_callbacks() 1226 … att_service_handler_t * handler = (att_service_handler_t*) btstack_linked_list_iterator_next(&it); in att_validate_prepared_write() 1512 …_eatt_bearer_t * eatt_bearer = (att_server_eatt_bearer_t *) btstack_linked_list_iterator_next(&it); in att_server_eatt_bearer_for_cid() [all …]
|
/btstack/src/classic/ |
H A D | avdtp.c | 119 … avdtp_connection_t * connection = (avdtp_connection_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_connection_for_bd_addr() 130 … avdtp_connection_t * connection = (avdtp_connection_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_connection_for_avdtp_cid() 142 …m_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_stream_endpoint_for_seid() 154 …m_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_source_stream_endpoint_for_media_codec_and_type() 173 …m_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_source_stream_endpoint_for_media_codec_other() 191 … avdtp_connection_t * connection = (avdtp_connection_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_connection_for_l2cap_signaling_cid() 202 …m_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_stream_endpoint_for_l2cap_cid() 220 …m_endpoint_t * stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_stream_endpoint_for_signaling_cid() 279 … avdtp_connection_t * connection = (avdtp_connection_t *)btstack_linked_list_iterator_next(&it); in avdtp_get_next_connection_ready_for_sdp_query() 1066 … stream_endpoint = (avdtp_stream_endpoint_t *)btstack_linked_list_iterator_next(&it); in avdtp_packet_handler() [all …]
|
H A D | hfp_ag.c | 177 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_ag_connection_context_for_acl_handle() 1231 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_trigger_incoming_call_during_active_one() 1244 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_trigger_ring_and_clip() 1300 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_stop_ringing() 1316 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_trigger_incoming_call_idle() 1335 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_trigger_outgoing_call() 1376 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_transfer_indicator() 1405 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_hf_accept_call() 1438 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_ag_accept_call() 1461 hfp_connection_t * connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in hfp_ag_trigger_reject_call() [all …]
|
H A D | avrcp.c | 462 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_get_connection_for_bd_addr_for_role() 474 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_get_connection_for_l2cap_signaling_cid_for_role() 486 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_get_connection_for_avrcp_cid_for_role() 498 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_get_connection_for_browsing_cid_for_role() 510 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_get_connection_for_browsing_l2cap_cid_for_role() 522 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_get_browsing_connection_for_l2cap_cid_for_role() 884 … avrcp_connection_t * connection = (avrcp_connection_t *)btstack_linked_list_iterator_next(&it); in avrcp_start_next_sdp_query()
|
H A D | avrcp_cover_art_client.c | 92 …ver_art_client_t * connection = (avrcp_cover_art_client_t *)btstack_linked_list_iterator_next(&it); in avrcp_cover_art_client_for_goep_cid() 104 …ver_art_client_t * connection = (avrcp_cover_art_client_t *)btstack_linked_list_iterator_next(&it); in avrcp_cover_art_client_for_avrcp_cid() 116 …ver_art_client_t * connection = (avrcp_cover_art_client_t *)btstack_linked_list_iterator_next(&it); in avrcp_cover_art_client_for_cover_art_cid()
|
H A D | hid_host.c | 97 …d_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_descriptor_storage_get_available_space() 107 …d_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_host_get_connection_for_hid_cid() 118 …d_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_host_get_connection_for_l2cap_cid() 157 … hid_host_connection_t * conn = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_descriptor_storage_delete() 367 …d_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_host_get_connection_for_bd_addr() 1222 …d_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_host_handle_start_sdp_client_query()
|
/btstack/src/ble/gatt-service/ |
H A D | scan_parameters_service_client.c | 123 …ice_client_t * client = (scan_parameters_service_client_t *)btstack_linked_list_iterator_next(&it); in scan_parameters_service_get_client_for_con_handle() 134 …ice_client_t * client = (scan_parameters_service_client_t *)btstack_linked_list_iterator_next(&it); in scan_parameters_service_get_client_for_cid() 455 …ice_client_t * client = (scan_parameters_service_client_t*) btstack_linked_list_iterator_next(&it); in scan_parameters_service_client_set()
|
H A D | battery_service_v1_server.c | 190 … battery_service_v1_t * item = (battery_service_v1_t*) btstack_linked_list_iterator_next(&it); in battery_service_service_for_attribute_handle() 589 … battery_service_v1_t * service = (battery_service_v1_t*) btstack_linked_list_iterator_next(&it); in battery_service_v1_server_register() 891 … battery_service_v1_t * service = (battery_service_v1_t*) btstack_linked_list_iterator_next(&it); in battery_service_v1_server_deinit() 917 … battery_service_v1_t * service = (battery_service_v1_t*) btstack_linked_list_iterator_next(&it); in battery_service_v1_server_get_broadcast_advertisement() 963 … battery_service_v1_t * service = (battery_service_v1_t*) btstack_linked_list_iterator_next(&it); in battery_service_v1_server_get_broadcast_advertisement_single()
|
/btstack/test/crypto/ |
H A D | mock.c | 30 …ation_t * item = (btstack_packet_callback_registration_t *) btstack_linked_list_iterator_next(&it); in mock_simulate_hci_event()
|