Arduino and Bluetooth - Communicating with Multiple Devices

I want to prototype a device where several Bluetooth enabled sensors would send data to an Arduino board.

I would have up to 7 sensors sending data to the master simultaneously.

I am only using quite basic sensors like accelerometers, joyticks, touch, proximity, etc

In terms of receiving all this data at once, would Arduino be able to handle it?