HomeSort by relevance Sort by last modified time
    Searched refs:sdp_free_func_t (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluez/include/bluetooth/
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/
sdpd-database.c 93 sdp_list_free(service_db, (sdp_free_func_t) sdp_record_free);
storage.c 928 sdp_list_free(records, (sdp_free_func_t) sdp_record_free);
1085 sdp_list_free(recs, (sdp_free_func_t)sdp_record_free);
device.c 197 sdp_list_free(req->records, (sdp_free_func_t) sdp_record_free);
1194 (sdp_free_func_t) sdp_record_free);
1256 sdp_list_free(records, (sdp_free_func_t) sdp_record_free);
    [all...]
sdpd-service.c 499 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free);
  /external/bluetooth/bluez/common/
glib-helper.c 213 sdp_list_free(recs, (sdp_free_func_t) sdp_record_free);
  /external/bluetooth/bluez/lib/
sdp.c     [all...]

Completed in 844 milliseconds