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

  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 482 int sdp_uuid_extract(const uint8_t *buffer, int bufsize, uuid_t *uuid, int *scanned);
  /external/bluetooth/bluez/src/
sdpd-request.c 218 status = sdp_uuid_extract(p, bufsize, (uuid_t *) pElem, &localSeqLength);
  /external/bluetooth/bluez/lib/
sdp.c 998 int sdp_uuid_extract(const uint8_t *p, int bufsize, uuid_t *uuid, int *scanned) function
1132 if (sdp_uuid_extract(p, bufsize, &d->val.uuid, len) < 0) {
    [all...]

Completed in 21 milliseconds