Create a socket for 4.0 bluetooth transmission
问题 I'm developing an Android app than can transmit data to a 4.0 Bluetooth serial device. I'm guiding by LeGatt android sample project (http://developer.android.com/samples/BluetoothLeGatt/index.html). In this project, they connect to the device, but nothing about transmission data. For 2.0 bluetooth I can create a Socket, InputStream and OutputStream to transmit the data, something like this: protected BluetoothSocket mySocket = null; private InputStream MyInStream; private OutputStream