Merge branch 'master' of https://github.com/adfernandes/BLE_API into adfernandes-master
This commit is contained in:
commit
7d961c15f5
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