aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothOutputStream.java
Commit message (Expand)AuthorAgeFilesLines
* More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-0/+3
* Revert "Revert "Remove a misleading "flush" function.""Christian Wailes2019-09-041-12/+0
* Revert "Remove a misleading "flush" function."Ian Kasprzak2019-08-311-0/+12
* Remove a misleading "flush" function.Chris Wailes2019-08-271-12/+0
* Fix checkstyle errors (2/2)Jack He2017-08-241-1/+1
* Fix checkstyle errors (1/2)Jack He2017-08-241-21/+13
* Added flush() for bluetooth output streamzzy2013-04-241-0/+11
* Immediately destroy BluetoothSocket's on close().Nick Pelly2009-09-021-2/+2
* Implement bulk read and writes for Bluetooth sockets.Nick Pelly2009-06-021-2/+32
* New BluetoothSocket API.Nick Pelly2009-05-261-0/+57