HomeSort by relevance Sort by last modified time
    Searched full:attrids (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/test/
sdptest.c 63 sdp_list_t *search, *attrids; local
79 attrids = sdp_list_append(NULL, &range);
82 // SDP_ATTR_REQ_RANGE, attrids);
86 sdp_list_free(attrids, NULL);
  /external/bluetooth/bluez/src/
glib-helper.c 222 sdp_list_t *search, *attrids; local
245 attrids = sdp_list_append(NULL, &range);
247 search, SDP_ATTR_REQ_RANGE, attrids) < 0) {
248 sdp_list_free(attrids, NULL);
254 sdp_list_free(attrids, NULL);
  /external/bluetooth/bluez/lib/
sdp.c     [all...]

Completed in 190 milliseconds