Remove setLastHandle member function, it does not belong here

This commit is contained in:
Vincent Coubard 2015-12-14 15:03:40 +00:00
parent 726a144eeb
commit 87d8941374
1 changed files with 0 additions and 4 deletions

View File

@ -246,10 +246,6 @@ public:
return lastHandle;
}
void setLastHandle(GattAttribute::Handle_t last) {
lastHandle = last;
}
/**
* @brief Return the GattClient which can operate on this characteristic.
* @return The GattClient which can operate on this characteristic.