summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* am 4a671a74: am 745d1e90: Merge "Update javadoc for the API and change return...Jaikumar Ganesh2010-08-091-1/+31
|\
| * Update javadoc for the API and change return of getBondedDevices().Jaikumar Ganesh2010-08-091-1/+31
* | am 4e25db6a: am cbaef518: Merge "Check whether Bluetooth is enabled before ma...Jaikumar Ganesh2010-08-091-0/+10
|\ \ | |/
| * Check whether Bluetooth is enabled before making any API calls.Jaikumar Ganesh2010-08-091-0/+10
* | Add HID to the state machine and add native call backs.Jaikumar Ganesh2010-07-212-9/+256
* | Merge "deleted ScoSocket.java and android_bluetooth_ScoSocket.cpp"Danica Chang2010-07-201-206/+0
|\ \
| * | deleted ScoSocket.java and android_bluetooth_ScoSocket.cppDanica Chang2010-06-151-206/+0
| |/
* | Changes for bluetooth keyboard support.Adam Powell2010-06-212-1/+5
* | HID profile.Jaikumar Ganesh2010-06-173-0/+256
|/
* Serialize all commands for a particular profile.Jaikumar Ganesh2010-06-072-11/+179
* Pass BluetoothDevice to the Bluetooth Headset calls.Jaikumar Ganesh2010-06-022-6/+6
* Add a new state machine for handling the incoming / outgoing profileJaikumar Ganesh2010-06-025-1/+740
* Removing STOPSHIP logs.Jaikumar Ganesh2010-05-181-1/+1
* Add an extra for the Disconnect Headset State.Jaikumar Ganesh2010-04-051-0/+16
* Add the blacklist for the SCO connectionsEric Olsen2010-03-181-3/+3
* Added a configuration option indicating if the platform supports use ofEric Laurent2010-03-171-4/+10
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Add documentation to help developers make an RFCOMM conection to a BluetoothNick Pelly2010-02-241-0/+4
* Enable bluetooth voice dialing in BluetoothHeadset.java.mah2010-02-091-5/+3
* am f5d2eec4: am 11b97c50: Merge change I551ed729 into eclairJaikumar Ganesh2009-12-212-0/+4
|\
| * Merge change I551ed729 into eclairAndroid (Google) Code Review2009-12-212-0/+4
| |\
| | * Use UNDEFINED priorities when unpaired.Jaikumar Ganesh2009-12-112-0/+4
* | | am a2bca747: am a25032a0: Merge change Ic31c0f62 into eclairScott Main2009-12-181-85/+5
|\ \ \ | |/ /
| * | docs: update the Bluetooth guide with links to the sampleScott Main2009-12-161-85/+5
| |/
* | am ed2a70d6: docs: add the Bluetooth developer guide, and make some revisions...Scott Main2009-12-102-8/+19
|\ \ | |/
| * docs: add the Bluetooth developer guide,Scott Main2009-12-092-8/+19
* | am ae88e2d1: Merge change I38227501 into eclairJaikumar Ganesh2009-12-072-0/+17
|\ \ | |/
| * Add API to get Active Sinks.Jaikumar Ganesh2009-12-072-0/+17
* | am 8c411fb1: Merge change I79420b02 into eclairJaikumar Ganesh2009-12-032-0/+9
|\ \ | |/
| * Add support for Car Dock.Jaikumar Ganesh2009-12-032-0/+9
| * Add a new priority for Auto Connection of A2DP. DO NOT MERGE.Jaikumar Ganesh2009-12-022-5/+13
* | Add AUTO_CONNECT priority for Headset profile.Jaikumar Ganesh2009-11-301-3/+8
* | Add a new priority for Auto Connection of A2DP.Jaikumar Ganesh2009-11-241-2/+5
* | am e1611399: am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that ...Scott Main2009-11-203-6/+32
|\ \ | |/
| * am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery sho...Scott Main2009-11-203-6/+32
| |\
| | * docs for ESR: add docs to bluetooth explainin that discovery shouldScott Main2009-11-193-6/+32
* | | am 13ce56bd: am 88427cff: Merge change Ibcfb7d10 into eclair-sdkScott Main2009-11-106-68/+228
|\ \ \ | |/ /
| * | am 88427cff: Merge change Ibcfb7d10 into eclair-sdkScott Main2009-11-106-68/+228
| |\ \ | | |/
| | * docs: add more documentation for the bluetooth apis.Scott Main2009-11-096-68/+228
* | | am 8d51f710: Merge change Icdd2864e into eclairMichael Chan2009-11-061-4/+6
|\ \ \ | |/ /
| * | b/2234854 Fixed Bluetooth API return codes for requesting permission to enabl...Michael Chan2009-11-051-4/+6
* | | am 3cf254d2: Merge change I4b3db907 into eclairJaikumar Ganesh2009-10-301-19/+4
|\ \ \ | |/ /
| * | Revert the channge where channels were not selected randomly.Jaikumar Ganesh2009-10-301-19/+4
| |/
| * Remove STOPSHIP BT logging.Nick Pelly2009-10-091-1/+1
|/
* BT API security audit: fix a couple of permission mistakes.Nick Pelly2009-10-092-0/+8
* Set the Bond State to NONE when we receive a Agent Cancel.Jaikumar Ganesh2009-10-081-1/+5
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-082-7/+34
* Encourage developers to connect RFCOMM by UUID instead of Channel.Nick Pelly2009-10-076-48/+213
* Fix docs builds.Nick Pelly2009-10-062-2/+2
* Provide an API for apps to use a dynamic RFCOMM channel and SDP record.Nick Pelly2009-10-065-21/+186