summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder...fredc2012-07-161-1/+1
* Fixed issue with Settings app crashing after during on/off and unpair.fredc2012-07-161-2/+2
* Non persistent adapter servicefredc2012-07-161-15/+9
* Added new rfcomm multi accept codezzy2012-07-161-220/+281
* Changes for new Bluetooth APIs.Jaikumar Ganesh2012-07-131-4/+14
* Avoid calling BluetoothSocket.destroyNative twiceJason Simmons2012-05-031-2/+4
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-0/+6
* Add public api BluetoothSocket.isConnected.Matthew Xie2011-05-231-12/+32
* Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-301-4/+4
* docs for ESR: add docs to bluetooth explainin that discovery shouldScott Main2009-11-191-0/+9
* docs: add more documentation for the bluetooth apis.Scott Main2009-11-091-16/+28
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-071-14/+95
* Fix docs builds.Nick Pelly2009-10-061-1/+1
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-061-4/+24
* Add javadoc to explain which permissions are required for Public BT API's.Nick Pelly2009-09-081-0/+3
* Immediately destroy BluetoothSocket's on close().Nick Pelly2009-09-021-9/+93
* API CHANGENick Pelly2009-08-191-20/+34
* Bluetooth: API change.Nick Pelly2009-08-181-55/+31
* Implement and expose SCO socket support in BluetoothSocket.java.Nick Pelly2009-06-021-16/+37
* Implement bulk read and writes for Bluetooth sockets.Nick Pelly2009-06-021-2/+2
* New BluetoothSocket API.Nick Pelly2009-05-261-0/+176