This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Master control panel & BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV

Hi !

In questions question1 & question2 Petter Myhre gave a complete answers about count of max characteristic per service in s120 and how to resolve this restriction.

#define BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV 3

I create custom board with nrf51822 and use custom service whith 4 characteristics. For testing I need to create "central" on PCA10000 (dongle in DK). When writing code that use S120, I learned that count of max characteristic per service is 3.

Petter resolved this restriction, but there is one small question :)

Master control panel (MCP) use PCA10000 and MCP finds all services. If PCA10000 firmware for MCP use S120, why MCP can find all characteristics ? Or MCP also has restrictions?

Thanks.

Parents Reply Children
Related