Merge branch 'master' of https://github.com/adfernandes/BLE_API into adfernandes-master

master
Rohit Grover 2015-07-13 07:39:40 +01:00
commit 7d961c15f5
1 changed files with 2 additions and 2 deletions

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 {