Searched refs:sdp_free_func_t (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | sdp_lib.h | 42 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/ |
D | sdpd-database.c | 95 sdp_list_free(service_db, (sdp_free_func_t) sdp_record_free); in sdp_svcdb_reset()
|
D | sdpd-service.c | 345 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free); in extract_pdu_server()
|
D | glib-helper.c | 183 sdp_list_free(recs, (sdp_free_func_t) sdp_record_free); in search_completed_cb()
|
D | device.c | 164 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()
|
D | storage.c | 909 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/ |
D | hdp_util.c | 620 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/ |
D | sdp.c | 1810 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()
|