OSDN Git Service

service: Add GattIdentifier.
authorArman Uguray <armansito@google.com>
Wed, 23 Sep 2015 02:04:38 +0000 (19:04 -0700)
committerArman Uguray <armansito@google.com>
Fri, 2 Oct 2015 03:08:07 +0000 (20:08 -0700)
commit80826c9d492b7d6c5d2a14b6e538510b8ce92dc5
tree4776bd6b45f54d1bf5641f2a7fe5dc5a1d365dfd
parent7b54b0de26de5eb34579304e1ccf94e1d9b77701
service: Add GattIdentifier.

This CL introduces the GattIdentifier class which servers as an
opaque identifier for GATT API objects/attributes.

Bug: 24245347
Change-Id: I377f53e1ff5d51fa8581756522235d4a90e90233
service/Android.mk
service/gatt_identifier.cpp [new file with mode: 0644]
service/gatt_identifier.h [new file with mode: 0644]
service/test/gatt_identifier_unittest.cpp [new file with mode: 0644]
service/uuid.h