I want to connect one peripheral to a few central devices (lets say 3) but the central devices don't need to be connected to the peripheral at the same time. Should the PERIPHERAL_LINK_COUNT be 1 or 3?
This is using s130, SDK 11.
I want to connect one peripheral to a few central devices (lets say 3) but the central devices don't need to be connected to the peripheral at the same time. Should the PERIPHERAL_LINK_COUNT be 1 or 3?
This is using s130, SDK 11.
The peripheral_link_count can only be 1, that currently is the only number supported.
The peripheral_link_count can only be 1, that currently is the only number supported.
So the link count is only related to multiple connections happening at the same time? (Which cannot happen because it is not supported?)