aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Add more log for Bluetooth socketUgo Yu2023-02-151-2/+3
* Follow error prone recommendationWilliam Escande2022-10-171-1/+4
* Clean up logcat messageBrian Orr2022-02-171-1/+1
* Remove allowBlocking from BluetoothManagerServiceWilliam Escande2022-02-011-8/+16
* Introduces mechanism for background rfcomm serverstadvana2022-01-271-0/+32
* Stop using LocalSocket.createConnectedLocalSocket.Lorenzo Colitti2022-01-251-3/+3
* BT MAINLINE ParcelFileDescriptor to dup methodWilliam Escande2021-11-221-2/+1
* Register IBluetoothManagerCallback per-process.Jeff Sharkey2021-08-131-3/+3
* More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-1/+12
* Update Bluetooth API annotations.Jeff Sharkey2021-04-141-3/+6
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-4/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-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: 84abd4a0d6Marie 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