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

  /external/bluetooth/bluez/lib/
sdp.c 246 static int uuid2str(struct tupla *message, const uuid_t *uuid, char *str, size_t n) function
278 return uuid2str(Protocol, uuid, str, n);
283 return uuid2str(ServiceClass, uuid, str, n);
288 return uuid2str(Profile, uuid, str, n);
    [all...]

Completed in 2200 milliseconds