change access qualifier for members of ServiceDiscovery to protected.
parent
11d76136a8
commit
03dfa626ec
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue