Hi BLE experts,
I have this scenario where multiple BLE sensors will be sending data to a BLE tablet. There is a risk that the tablet may run out of resources if there are too many BLE connections at the same time. One solution is to have the tablet (master) connect to the sensor only when it needs data and after the data is retrieved, the connection is immediately broken. The tablet will do this for all the sensors turn by turn in the neighbourhood.
May I know if this is feasible with TI BLE chipset?