summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for MITM for BluetoothSockets (1/4)Casper Bonde2015-06-031-2/+26
* Add documentation for BluetoothSocket.getConnectionType()Andre Eisenbach2015-05-041-3/+7
* OBEX Over L2CAP + SDP search API for BT profilesCasper Bonde2015-04-111-24/+173
* Close the base socket when bindListen failsMatthew Xie2014-09-031-0/+8
* am 3e1bbaf7: am 45734b4a: Merge "Log accept and close debug statements in Blu...Joe LaPenna2014-05-171-11/+11
|\
| * Log accept and close debug statements in BluetoothSocket.Joe LaPenna2014-05-131-11/+11
| * NPE in BluetoothSocket.write()Zhihai Xu2014-01-131-13/+14
* | Make sure BluetoothSocket#connect throws on error.Sharvil Nanavati2014-05-061-0/+1
* | bluetoothsocket fd leak, need close the file descriptor after detachFd.Zhihai Xu2014-01-201-2/+4
* | Merge "NPE in BluetoothSocket.write()"Zhihai Xu2014-01-041-13/+14
|\ \
| * | NPE in BluetoothSocket.write()Zhihai Xu2013-12-171-13/+14
| |/
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-5/+0
|/
* Revert "Allow L2CAP sockets"Mike Lockwood2013-10-021-3/+1
* Allow L2CAP socketsDmitry Grinberg2013-09-061-1/+3
* Revert "Bluetooth stopped working in master - "bad file descriptor""Zhihai Xu2013-07-261-7/+2
* Bluetooth stopped working in master - "bad file descriptor"Zhihai Xu2013-07-241-2/+7
* Explicit locale when formatting machine strings.Jeff Sharkey2013-06-111-1/+2
* Added flush() for bluetooth output streamzzy2013-04-241-0/+12
* Clean up debug messagesMatthew Xie2012-11-291-1/+1
* timeout support for accept() and added check for signal sizezzy2012-11-281-7/+9
* License of files Bluetooth package is not updated to ASL2Zhihai Xu2012-10-231-1/+13
* Add serial port profile support and allow to connect to rfcomm channel withou...zzy2012-10-151-1/+4
* Reduce android.bluetooth package debug messagesMatthew Xie2012-10-091-17/+20
* 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