Searched defs:sdp_list_free (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/lib/
H A Dsdp.c1840 void sdp_list_free(sdp_list_t *list, sdp_free_func_t f) function
1974 sdp_list_free(*seqp, free);
2055 sdp_list_free(*langSeq, free);
2101 sdp_list_free(*profDescSeq, free);
3157 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free);
3158 sdp_list_free(rec->pattern, free);
4811 sdp_list_free(tseq, free);

Completed in 46 milliseconds