permanent bluetooth connection
问题 I have a task to write application, that will connect to not-mobile-phone device by blue tooth and this device will send some data every second(some statistics) and device shouldn't disconnect after sanding one batch of data. How can I do this? 回答1: If you open up a bluetooth socket connection, it will stay open as long as you hold the reference to it and neither end closes. A simple example is the Bluetooth Chat example. It shows how to connect two phones, but it also shows how to maintain