Change DiscoveredCharacteristic API to return long or short UUIDs.
This commit is contained in:
parent
0586bdf264
commit
da20f2e2c7
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue