HomeSort by relevance Sort by last modified time
    Searched refs: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 251 sdp_list_t *search, *attrids; local
274 attrids = sdp_list_append(NULL, &range);
276 search, SDP_ATTR_REQ_RANGE, attrids) < 0) {
277 sdp_list_free(attrids, NULL);
283 sdp_list_free(attrids, NULL);
  /external/bluetooth/bluez/lib/
sdp.c     [all...]

Completed in 1318 milliseconds