HomeSort by relevance Sort by last modified time
    Searched defs:attrids (Results 1 - 2 of 2) 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);

Completed in 38 milliseconds