OSDN Git Service

Add a UUID module to btcore for operating on UUIDs.
authorSharvil Nanavati <sharvil@google.com>
Thu, 28 Aug 2014 02:03:03 +0000 (19:03 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:30 +0000 (16:51 -0700)
commitd1e05dea6cf4ff14b39a7aee6650ba59af57e3ea
treeeb09d87c916c5311c8dc516cc9b817aef7f34259
parent8a6a89faa942aed4f176b0c98402d01c8bdd6aa6
Add a UUID module to btcore for operating on UUIDs.

This change only adds a single function, uuid_is_empty, but I expect
other UUID-related functions to find themselves here.
btcore/Android.mk
btcore/include/uuid.h [new file with mode: 0644]
btcore/src/uuid.c [new file with mode: 0644]