Home
last modified time | relevance | path

Searched refs:btstack_linked_list_empty (Results 1 – 16 of 16) sorted by relevance

/btstack/src/
H A Dbtstack_linked_list.h72 bool btstack_linked_list_empty(btstack_linked_list_t * list);
H A Dbtstack_linked_list.c54 bool btstack_linked_list_empty(btstack_linked_list_t * list){ in btstack_linked_list_empty() function
H A Dbtstack_crypto.c853 if (btstack_linked_list_empty(&btstack_crypto_operations)) return; in btstack_crypto_run()
1407 return btstack_linked_list_empty(&btstack_crypto_operations); in btstack_crypto_idle()
H A Dl2cap.c5045 if (btstack_linked_list_empty(&l2cap_services)) { in l2cap_unregister_service()
H A Dhci.c9341 if (btstack_linked_list_empty(&hci_stack->le_whitelist)){ in gap_auto_connection_stop()
/btstack/src/mesh/
H A Dmesh_lower_transport.c121 …if (mesh_lower_transport_higher_layer_pdu == NULL && !btstack_linked_list_empty(&mesh_lower_transp… in mesh_lower_transport_incoming_deliver_to_higher_layer()
915 while(!btstack_linked_list_empty(&lower_transport_outgoing_ready)) { in mesh_lower_transport_run()
974 while (!btstack_linked_list_empty(list)){ in mesh_lower_transport_reset_network_pdus()
1014 while (!btstack_linked_list_empty(&lower_transport_outgoing_message->segments)){ in mesh_lower_transport_reset()
1020 while (!btstack_linked_list_empty(&lower_transport_outgoing_waiting)){ in mesh_lower_transport_reset()
H A Dmesh_network.c698 if (btstack_linked_list_empty(&network_pdus_outgoing_gatt)){ in mesh_network_run_gatt()
749 if (btstack_linked_list_empty(&network_pdus_outgoing_adv)){ in mesh_network_run_adv()
803 if (btstack_linked_list_empty(&network_pdus_received)) { in mesh_network_run_received()
823 if (btstack_linked_list_empty(&network_pdus_queued)){ in mesh_network_run_queued()
1194 while (!btstack_linked_list_empty(list)){ in mesh_network_reset_network_pdus()
H A Dmesh_upper_transport.c271 while (!btstack_linked_list_empty(list)){ in mesh_upper_transport_reset_pdus()
433 return btstack_linked_list_empty(&upper_transport_send_requests) == false; in mesh_upper_transport_send_requests_pending()
826 while(!btstack_linked_list_empty(&upper_transport_incoming)){ in mesh_upper_transport_run()
1056 while (!btstack_linked_list_empty(&segmented_pdu->segments)){ in mesh_upper_transport_pdu_handler()
/btstack/test/gatt_client/
H A Dmock.c265 if (btstack_linked_list_empty(&connections)){ in hci_setup_connection()
/btstack/test/gatt_server/
H A Dmock.c104 if (btstack_linked_list_empty(&connections)){ in hci_setup_connection()
/btstack/test/linked_list/
H A Dbtstack_linked_list_test.cpp22 CHECK_EQUAL(true, btstack_linked_list_empty(&testList)); in TEST()
/btstack/example/
H A Dle_mitm.c360 if (btstack_linked_list_empty(&outgoing_att_pdus)) return; in mitm_request_to_send()
/btstack/src/ble/
H A Datt_server.c762 …return (!btstack_linked_list_empty(&att_server->indication_requests) && (att_server->value_indicat… in att_server_data_ready_for_phase()
764 return (!btstack_linked_list_empty(&att_server->notification_requests)); in att_server_data_ready_for_phase()
H A Dgatt_client.c3588 if (btstack_linked_list_empty(&gatt_client->eatt_clients)){ in gatt_client_le_enhanced_handle_ecbm_disconnected()
H A Dsm.c2264 if (!btstack_linked_list_empty(&sm_address_resolution_general_queue)){ in sm_run_irk_lookup()
/btstack/src/classic/
H A Drfcomm.c2564 if (btstack_linked_list_empty(&rfcomm_services)){ in rfcomm_register_service_internal()
2604 if (btstack_linked_list_empty(&rfcomm_services)){ in rfcomm_unregister_service()