Change DiscoveredCharacteristic API to return long or short UUIDs.

This commit is contained in:
Andrew Fernandes 2015-07-10 11:50:36 -04:00
parent 0586bdf264
commit da20f2e2c7

View file

@ -140,8 +140,8 @@ public:
}
public:
UUID::ShortUUIDBytes_t getShortUUID(void) const {
return uuid.getShortUUID();
const UUID& getUUID(void) const {
return uuid;
}
const Properties_t& getProperties(void) const {