summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Revert "Revert "Remove a misleading "flush" function.""Christian Wailes2019-09-041-14/+0
* Revert "Remove a misleading "flush" function."Ian Kasprzak2019-08-311-0/+14
* Remove a misleading "flush" function.Chris Wailes2019-08-271-14/+0
* Document public alternatives to greylisted APIsAndrei Onea2019-06-171-1/+1
* Unhide the LE CoC APIsStanley Tng2018-09-131-0/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+6
* Add function to change LE Tx Data LengthStanley Tng2018-02-041-0/+29
* Added APIs for Connection-oriented channelsStanley Tng2018-01-121-4/+15
* Move connectSocket into IBluetoothSocketManager (3/3)Jakub Pawlowski2017-11-101-1/+1
* Move createSocketChannel into IBluetoothSocketManager (3/3)Jakub Pawlowski2017-11-091-1/+1
* Fix checkstyle errors (2/2)Jack He2017-08-241-18/+15
* Fix checkstyle errors (1/2)Jack He2017-08-241-133/+175
* Bluetooth: Add additional BluetoothSocket logging to root cause errorsAjay Panicker2017-03-311-5/+8
* Refactor RFCOMM / BluetoothSocket usage of LocalSocketNeil Fuller2017-01-061-5/+5
* Merge \\\"Fix links to Bluetooth Guide\\\" am: 6ba39e5642 am: 51f620d98dMarie Janssen2016-06-211-1/+1
|\
| * Merge \"Fix links to Bluetooth Guide\"Marie Janssen2016-06-211-1/+1
| |\
| | * Fix links to Bluetooth GuideMarie Janssen2016-06-201-1/+1
* | | Fix early termination of while loop in BluetoothSocket#writeChristine Hallstrom2016-06-181-12/+9
|/ /
* / Frameworks/base: Use Arrays.toStringAndreas Gampe2015-12-141-2/+3
|/
* Fix BluetoothSocket file descriptor leakZach Johnson2015-07-141-0/+2
* SAP: Make it possible to enforce a 16-digit pin code (4/5)Casper Bonde2015-06-091-3/+11
* 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