Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h42 typedef void(*sdp_free_func_t)(void *); typedef
48 void sdp_list_free(sdp_list_t *list, sdp_free_func_t f);
/external/bluetooth/bluez/src/
Dsdpd-database.c95 sdp_list_free(service_db, (sdp_free_func_t) sdp_record_free); in sdp_svcdb_reset()
Dsdpd-service.c345 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free); in extract_pdu_server()
Dglib-helper.c183 sdp_list_free(recs, (sdp_free_func_t) sdp_record_free); in search_completed_cb()
Ddevice.c164 sdp_list_free(req->records, (sdp_free_func_t) sdp_record_free); in browse_request_free()
213 (sdp_free_func_t) sdp_record_free); in device_free()
1300 sdp_list_free(records, (sdp_free_func_t) sdp_record_free); in device_remove_drivers()
1505 (sdp_free_func_t) sdp_record_free); in search_cb()
Dstorage.c909 sdp_list_free(records, (sdp_free_func_t) sdp_record_free); in delete_all_records()
1066 sdp_list_free(recs, (sdp_free_func_t)sdp_record_free); in read_device_id()
/external/bluetooth/bluez/health/
Dhdp_util.c620 sdp_list_free(hdp_feature, (sdp_free_func_t)sdp_data_free); in register_features()
628 sdp_list_free(hdp_list, (sdp_free_func_t)sdp_data_free); in free_hdp_list()
/external/bluetooth/bluez/lib/
Dsdp.c1810 void sdp_list_free(sdp_list_t *list, sdp_free_func_t f) in sdp_list_free()
3131 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free); in sdp_record_free()