switch access level of some constant members of NordicServiceDiscovery to public.

This commit is contained in:
Rohit Grover 2015-05-26 11:22:54 +01:00
parent 2ab99680ac
commit 18a8f47fbe
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public:
static const uint16_t SRV_DISC_START_HANDLE = 0x0001; /**< The start handle value used during service discovery. */
static const uint16_t SRV_DISC_END_HANDLE = 0xFFFF; /**< The end handle value used during service discovery. */
private:
public:
static const unsigned BLE_DB_DISCOVERY_MAX_SRV = 4; /**< Maximum number of services we can retain information for after a single discovery. */
static const unsigned BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV = 4; /**< Maximum number of characteristics per service we can retain information for. */