change access qualifier for members of ServiceDiscovery to protected.

This commit is contained in:
Rohit Grover 2015-05-06 11:08:54 +01:00
parent 11d76136a8
commit 03dfa626ec
1 changed files with 1 additions and 2 deletions

View File

@ -201,8 +201,7 @@ protected:
/* empty */
}
public:
protected:
DiscoveredService services[BLE_DB_DISCOVERY_MAX_SRV]; /**< Information related to the current service being discovered.
* This is intended for internal use during service discovery. */
DiscoveredCharacteristic characteristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV];