Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Ddaemon.c286 static void remove_and_free_uint32_from_list(btstack_linked_list_t *list, uint32_t value){ in remove_and_free_uint32_from_list() function
306 remove_and_free_uint32_from_list(&client_state->rfcomm_services, service_channel); in daemon_remove_client_rfcomm_service()
318 remove_and_free_uint32_from_list(&client_state->rfcomm_cids, cid); in daemon_remove_client_rfcomm_channel()
330 remove_and_free_uint32_from_list(&client_state->l2cap_psms, psm); in daemon_remove_client_l2cap_service()
342 remove_and_free_uint32_from_list(&client_state->l2cap_cids, cid); in daemon_remove_client_l2cap_channel()
354 remove_and_free_uint32_from_list(&client_state->sdp_record_handles, handle); in daemon_remove_client_sdp_service_record_handle()