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

  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 618 int sdp_extract_seqtype(const uint8_t *buf, int bufsize, uint8_t *dtdp, int *size);
  /external/bluetooth/bluez/src/
glib-helper.c 149 scanned = sdp_extract_seqtype(rsp, bytesleft, &dataType, &seqlen);
sdpd-service.c 307 *scanned = sdp_extract_seqtype(p, bufsize, &dtd, &seqlen);
sdpd-request.c 127 scanned = sdp_extract_seqtype(buf, len, &seqType, &data_size);
  /external/bluetooth/bluez/lib/
sdp.c 1226 int sdp_extract_seqtype(const uint8_t *buf, int bufsize, uint8_t *dtdp, int *size) function
1287 *len = sdp_extract_seqtype(p, bufsize, &d->dtd, &seqlen);
1414 *scanned = sdp_extract_seqtype(buf, bufsize, &dtd, &seqlen);
    [all...]

Completed in 83 milliseconds