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

  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 490 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n);
  /external/bluetooth/bluez/src/
sdpd-service.c 267 sdp_uuid2strn((uuid_t *) pattern->data, uuid, sizeof(uuid));
device.c     [all...]
  /external/bluetooth/bluez/plugins/
service.c 616 if (sdp_uuid2strn(uuid128, uuid_str, MAX_LEN_UUID_STR) < 0) {
  /external/bluetooth/bluez/tools/
sdptool.c 1005 sdp_uuid2strn(uuid, UUID_str, MAX_LEN_UUID_STR);
1024 sdp_uuid2strn(&p->val.uuid, UUID_str, MAX_LEN_UUID_STR);
1087 sdp_uuid2strn(&desc->uuid, UUID_str, MAX_LEN_UUID_STR);
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 268 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n) function
    [all...]

Completed in 61 milliseconds