GattServer:: 'descriptorCount' is no longer a member of the base class.

master
Rohit Grover 2014-11-18 10:19:21 +00:00
parent 90f241a5cb
commit 1af30a8952
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ protected:
protected:
uint8_t serviceCount;
uint8_t characteristicCount;
uint8_t descriptorCount;
private:
ServerEventCallbackWithCount_t onDataSent;