Android
does android support bluetooth serial port profile??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant KumarPosted Dec 30, 2011, 4:35 AM
A connected or connecting Bluetooth socket.
The interface for Bluetooth Sockets is similar to that of TCP sockets:
SocketandServerSocket. On the server side, use aBluetoothServerSocketto create a listening server socket. When a connection is accepted by theBluetoothServerSocket, it will return a newBluetoothSocketto manage the connection. On the client side, use a singleBluetoothSocketto both initiate an outgoing connection and to manage the connection.http://developer.android.com/reference/android/bluetooth/BluetoothSocket.html