summaryrefslogtreecommitdiffstats
path: root/core/jni/android_bluetooth_BluetoothSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-061-11/+14
* Bounds check read and write path in native code.Nick Pelly2009-09-251-2/+20
* Use LM_SECURE when auth && encrypt.Nick Pelly2009-09-241-2/+4
* Immediately destroy BluetoothSocket's on close().Nick Pelly2009-09-021-2/+2
* Set RFCOMM SO_SNDBUF size to 70 KB for large RFCOMM writes.Nick Pelly2009-08-311-1/+18
* Implement and expose SCO socket support in BluetoothSocket.java.Nick Pelly2009-06-021-27/+192
* Implement bulk read and writes for Bluetooth sockets.Nick Pelly2009-06-021-11/+39
* Fix the boot. The signature needed a V at the end.Patrick Scott2009-05-271-1/+1
* New BluetoothSocket API.Nick Pelly2009-05-261-0/+324