This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Connection priority

We are running an application in dual mode (central + peripheral) where we relay the data from the peripherals up to the top central. Is it possible to control the priorities of the BLE connections?

E.g. if one of the peripheral connections starts streaming more data I would like to prioritize retrieving the data from that connection instead of the connection to the top central device. 

I suspect that the how much traffic is allowed for each connection is mostly controlled by the connection parameters but is there some priority configuration which can temporarily give more throughput to a specific device type?

Related