summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothSocket.java
AgeCommit message (Expand)Author
2022-03-07Merge TP1A.220209.001Deyao Ren
2022-02-18Clean up logcat messageBrian Orr
2022-02-04Merge TP1A.220120.003Haamed Gheibi
2022-01-28Revert the getSocketManager Synchronous callWilliam Escande
2022-01-28Remove allowBlocking from BluetoothManagerServiceWilliam Escande
2022-01-26Introduces mechanism for background rfcomm serverstadvana
2022-01-25Stop using LocalSocket.createConnectedLocalSocket.Lorenzo Colitti
2021-11-22BT MAINLINE ParcelFileDescriptor to dup methodWilliam Escande
2021-08-13Register IBluetoothManagerCallback per-process.Jeff Sharkey
2021-04-16More Bluetooth API annotation updates.Jeff Sharkey
2021-04-14Update Bluetooth API annotations.Jeff Sharkey
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-01-09Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-04Revert "Revert "Remove a misleading "flush" function.""Christian Wailes
2019-08-31Revert "Remove a misleading "flush" function."Ian Kasprzak
2019-08-27Remove a misleading "flush" function.Chris Wailes
2019-06-17Document public alternatives to greylisted APIsAndrei Onea
2018-09-13Unhide the LE CoC APIsStanley Tng
2018-08-01Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-04Add function to change LE Tx Data LengthStanley Tng
2018-01-12Added APIs for Connection-oriented channelsStanley Tng
2017-11-10Move connectSocket into IBluetoothSocketManager (3/3)Jakub Pawlowski
2017-11-09Move createSocketChannel into IBluetoothSocketManager (3/3)Jakub Pawlowski
2017-08-24Fix checkstyle errors (2/2)Jack He
2017-08-24Fix checkstyle errors (1/2)Jack He
2017-03-31Bluetooth: Add additional BluetoothSocket logging to root cause errorsAjay Panicker
2017-01-06Refactor RFCOMM / BluetoothSocket usage of LocalSocketNeil Fuller
2016-06-21Merge \\\"Fix links to Bluetooth Guide\\\" am: 6ba39e5642 am: 84abd4a0d6Marie Janssen
2016-06-21Merge \"Fix links to Bluetooth Guide\"Marie Janssen
2016-06-20Fix links to Bluetooth GuideMarie Janssen
2016-06-18Fix early termination of while loop in BluetoothSocket#writeChristine Hallstrom
2015-12-14Frameworks/base: Use Arrays.toStringAndreas Gampe
2015-07-14Fix BluetoothSocket file descriptor leakZach Johnson
2015-06-09SAP: Make it possible to enforce a 16-digit pin code (4/5)Casper Bonde
2015-06-03Add support for MITM for BluetoothSockets (1/4)Casper Bonde
2015-05-04Add documentation for BluetoothSocket.getConnectionType()Andre Eisenbach
2015-04-11OBEX Over L2CAP + SDP search API for BT profilesCasper Bonde
2014-09-03Close the base socket when bindListen failsMatthew Xie
2014-05-17am 3e1bbaf7: am 45734b4a: Merge "Log accept and close debug statements in Blu...Joe LaPenna
2014-05-13Log accept and close debug statements in BluetoothSocket.Joe LaPenna
2014-05-06Make sure BluetoothSocket#connect throws on error.Sharvil Nanavati
2014-01-20bluetoothsocket fd leak, need close the file descriptor after detachFd.Zhihai Xu
2014-01-13NPE in BluetoothSocket.write()Zhihai Xu
2014-01-04Merge "NPE in BluetoothSocket.write()"Zhihai Xu
2013-12-17NPE in BluetoothSocket.write()Zhihai Xu
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-02Revert "Allow L2CAP sockets"Mike Lockwood