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

  /external/bluetooth/hcidump/parser/
att.c 220 static const char *uuid2str(uint16_t uuid) function
312 uuid2str(uuid));
  /external/bluetooth/bluez/lib/
sdp.c 220 static int uuid2str(struct tupla *message, const uuid_t *uuid, char *str, size_t n) function
252 return uuid2str(Protocol, uuid, str, n);
257 return uuid2str(ServiceClass, uuid, str, n);
262 return uuid2str(Profile, uuid, str, n);
    [all...]

Completed in 61 milliseconds