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

  /external/bluetooth/bluez/src/
sdpd-database.c 261 service_db = sdp_list_remove(service_db, r);
276 access_db = sdp_list_remove(access_db, a);
device.c 1286 records = sdp_list_remove(records, rec);
    [all...]
adapter.c 1141 adapter->services = sdp_list_remove(adapter->services, rec);
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 46 sdp_list_t *sdp_list_remove(sdp_list_t *list, void *d);
  /external/bluetooth/bluez/lib/
sdp.c 606 rec->attrlist = sdp_list_remove(rec->attrlist, d);
946 rec->attrlist = sdp_list_remove(rec->attrlist, p);
1768 sdp_list_t *sdp_list_remove(sdp_list_t *list, void *d) function
    [all...]

Completed in 24 milliseconds