Home
last modified time | relevance | path

Searched refs:btstack_linked_list_pop (Results 1 – 20 of 20) sorted by relevance

/btstack/src/mesh/
H A Dmesh_network.c708 …mesh_network_pdu_t * network_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&network_pdus_ou… in mesh_network_run_gatt()
740 …mesh_network_pdu_t * network_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&network_pdus_ou… in mesh_network_run_gatt()
759 …mesh_network_pdu_t * network_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&network_pdus_ou… in mesh_network_run_adv()
790 …mesh_network_pdu_t * network_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&network_pdus_ou… in mesh_network_run_adv()
812 incoming_pdu_raw = (mesh_network_pdu_t *) btstack_linked_list_pop(&network_pdus_received); in mesh_network_run_received()
828 outgoing_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&network_pdus_queued); in mesh_network_run_queued()
1195 mesh_network_pdu_t * pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(list); in mesh_network_reset_network_pdus()
H A Dmesh_lower_transport.c112 …mesh_network_pdu_t * segment = (mesh_network_pdu_t *) btstack_linked_list_pop(&message_pdu->segmen… in mesh_segmented_pdu_free()
122 …mesh_pdu_t * pdu = (mesh_pdu_t *) btstack_linked_list_pop(&mesh_lower_transport_queued_for_higher_… in mesh_lower_transport_incoming_deliver_to_higher_layer()
918 mesh_pdu_t * pdu = (mesh_pdu_t *) btstack_linked_list_pop(&lower_transport_outgoing_ready); in mesh_lower_transport_run()
975 mesh_network_pdu_t * pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(list); in mesh_lower_transport_reset_network_pdus()
1015 …mesh_network_pdu_t * network_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&lower_transport… in mesh_lower_transport_reset()
1021 …mesh_segmented_pdu_t * segmented_pdu = (mesh_segmented_pdu_t *) btstack_linked_list_pop(&lower_tra… in mesh_lower_transport_reset()
H A Dmesh_upper_transport.c229 network_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(in_segments); in mesh_segmented_store_payload()
272 mesh_upper_transport_pdu_free((mesh_pdu_t *) btstack_linked_list_pop(list)); in mesh_upper_transport_reset_pdus()
463 …n_t * send_request = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&upper_tr… in mesh_upper_transport_schedule_send_requests()
831 mesh_pdu_t * pdu = (mesh_pdu_t *) btstack_linked_list_pop(&upper_transport_incoming); in mesh_upper_transport_run()
1057 …mesh_network_pdu_t * chunk_pdu = (mesh_network_pdu_t *) btstack_linked_list_pop(&segmented_pdu->se… in mesh_upper_transport_pdu_handler()
1118 …mesh_network_pdu_t *segment = (mesh_network_pdu_t *) btstack_linked_list_pop(&upper_pdu->segments); in mesh_upper_transport_pdu_free()
1324 …builder->segment = (mesh_network_pdu_t *) btstack_linked_list_pop(&message_builder_reserved_networ… in mesh_upper_transport_message_add_data()
H A Dadv_bearer.c249 …_t * item = (adv_bearer_connectable_advertisement_data_item_t *) btstack_linked_list_pop(&gap_conn… in adv_bearer_run()
/btstack/src/
H A Dbtstack_linked_list.h95 btstack_linked_item_t * btstack_linked_list_pop(btstack_linked_list_t * list);
H A Dbtstack_crypto.c184 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_done()
388 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_cmac_handle_encryption_result()
943 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_run()
975 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_run()
1006 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_handle_random_data()
1169 btstack_linked_list_pop(&btstack_crypto_operations); in btstack_crypto_event_handler()
H A Dbtstack_linked_list.c133 btstack_linked_item_t * btstack_linked_list_pop(btstack_linked_list_t * list){ in btstack_linked_list_pop() function
H A Dbtstack_run_loop.c178 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_… in btstack_run_loop_base_execute_callbacks()
H A Dl2cap.c3853 l2cap_channel_t * channel = (l2cap_channel_t *) btstack_linked_list_pop(channels); in l2cap_ecbm_setup_channels()
5581 channel = (l2cap_channel_t *) btstack_linked_list_pop(&channels); in l2cap_ecbm_create_channels()
/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c112 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_… in btstack_run_loop_chibios_execute()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c167 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_… in btstack_run_loop_freertos_execute()
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c170 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_… in btstack_run_loop_windows_process_callbacks_handler()
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c289 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_… in btstack_run_loop_posix_process_callbacks_handler()
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp281 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_… in processCallbacks()
/btstack/test/linked_list/
H A Dbtstack_linked_list_test.cpp61 item = btstack_linked_list_pop(&testList); in TEST()
/btstack/example/
H A Dle_mitm.c501 pdu = (att_pdu_t *) btstack_linked_list_pop(&outgoing_att_pdus); in att_packet_handler()
/btstack/src/classic/
H A Dsdp_client.c352 …ration_t *callback = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&sdp_clie… in sdp_client_notify_callbacks()
/btstack/platform/corefoundation/
H A Dbtstack_run_loop_corefoundation.m228 …lback_registration = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&btstack_…
/btstack/src/ble/
H A Dgatt_client.c811 …ation_t * callback = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&gatt_cli… in gatt_client_notify_can_send_query()
912 …ation_t * callback = (btstack_context_callback_registration_t *) btstack_linked_list_pop(&gatt_cli… in gatt_client_notify_can_send_query()
1662 …(btstack_context_callback_registration_t *) btstack_linked_list_pop(&gatt_client->write_without_re… in gatt_client_run_for_gatt_client()
3869 gatt_client = (gatt_client_t *) btstack_linked_list_pop(&eatt_clients); in gatt_client_le_enhanced_connect()
H A Datt_server.c1597 …eatt_bearers[i] = (att_server_eatt_bearer_t *) btstack_linked_list_pop(&att_server_eatt_bearer_poo… in att_server_eatt_handler()