My Question is. Is it possible PC Chat Application connect / communicate with multiple mobiles over the bluetooth. Please guide with code how it can be possible.
Yes, it is possible. Each of the devices needs to be mapped to a different virtual and you need to use a different jSerial + AsyncStreams for each connection. The best way to do it is by implementing it with a class and creating a class instance per device.