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/lib/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 94 sdp_list_free(service_db, (sdp_free_func_t) sdp_record_free);
device.c 198 sdp_list_free(req->records, (sdp_free_func_t) sdp_record_free);
237 (sdp_free_func_t) sdp_record_free);
1399 sdp_list_free(records, (sdp_free_func_t) sdp_record_free)
    [all...]
glib-helper.c 213 sdp_list_free(recs, (sdp_free_func_t) sdp_record_free);
sdpd-service.c 518 sdp_list_free(rec->attrlist, (sdp_free_func_t) sdp_data_free);
storage.c 990 sdp_list_free(records, (sdp_free_func_t) sdp_record_free);
1147 sdp_list_free(recs, (sdp_free_func_t)sdp_record_free);
  /external/bluetooth/bluez/lib/
sdp.c     [all...]

Completed in 1377 milliseconds