summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in handling connect/disconnect multiple devices.Jaikumar Ganesh2011-01-131-3/+3
* Remove auto connection on ACL connection.Jaikumar Ganesh2011-01-061-4/+0
* Follow the spec recommendation for keyboard pairing.Jaikumar Ganesh2011-01-062-35/+108
* Expose insecure rfcomm Bluetooth API.Jaikumar Ganesh2010-12-232-1/+70
* Add TYPE_BLUETOOTH network interface for reverse tethering.Jaikumar Ganesh2010-12-221-0/+299
* Add EXTRA_LOCAL_ROLE to Pan State change intent.Jaikumar Ganesh2010-12-211-35/+47
* Remove delay with auto connection.Jaikumar Ganesh2010-12-131-4/+4
* Add direct calls to Bluez to add SDP records.Jaikumar Ganesh2010-12-131-0/+19
* Fix some formatting issues.Jaikumar Ganesh2010-11-241-2/+2
* Update BT code for voice capability cases.Jaikumar Ganesh2010-11-243-4/+20
* Make AUDIO_STATE_CONNECTING in BluetoothHeadset public.Jaikumar Ganesh2010-11-111-10/+14
* Add APIs for starting and stopping a virtual call.Jaikumar Ganesh2010-11-032-0/+48
* Add STATE_AUDIO_CONNECTING state.Jaikumar Ganesh2010-11-032-4/+33
* Disconnect PAN and Input devices on BT disable.Jaikumar Ganesh2010-11-011-0/+1
* Merge "Add an API call to get the ConnectionState of the Bluetooth Adapter."Jaikumar Ganesh2010-10-292-0/+24
|\
| * Add an API call to get the ConnectionState of the Bluetooth Adapter.Jaikumar Ganesh2010-10-262-0/+24
* | Fix incoming connection problemJaikumar Ganesh2010-10-281-4/+82
|/
* Implement ACTION_CONNECTION_STATE_CHANGED intent.Jaikumar Ganesh2010-10-251-0/+2
* Fix docs builds.Jaikumar Ganesh2010-10-251-2/+0
* Expose Vendor Specific Headset Event Intent.Jaikumar Ganesh2010-10-252-17/+75
* Update BT APIs return type from Set to List.Jaikumar Ganesh2010-10-224-25/+17
* Convert return type of APIs from Set to List.Jaikumar Ganesh2010-10-225-52/+30
* am 81df9841: am 2c1dab44: am fda5b19c: Merge "docs: fix typo; surface dev gui...Scott Main2010-10-171-5/+6
|\
| * am 2c1dab44: am fda5b19c: Merge "docs: fix typo; surface dev guide link in pa...Scott Main2010-10-151-5/+6
| |\
| | * am fda5b19c: Merge "docs: fix typo; surface dev guide link in package descrip...Scott Main2010-10-151-5/+6
| | |\
| | | * docs: fix typo; surface dev guide link in package descriptionScott Main2010-10-151-5/+6
* | | | am a905d955: am a31cbd61: Merge "Remove STOPSHIP and reduce log spam." into g...Jaikumar Ganesh2010-10-152-8/+8
|\ \ \ \ | |/ / /
| * | | am a31cbd61: Merge "Remove STOPSHIP and reduce log spam." into gingerbreadJaikumar Ganesh2010-10-132-8/+8
| |\ \ \ | | |/ /
| | * | Remove STOPSHIP and reduce log spam.Jaikumar Ganesh2010-10-132-8/+8
* | | | resolved conflicts for merge of bbb90d13 to masterJaikumar Ganesh2010-10-152-5/+32
|\ \ \ \ | |/ / /
| * | | am c008ca96: Merge "Work around for errant headsets." into gingerbreadJaikumar Ganesh2010-10-132-8/+34
| |\ \ \ | | |/ /
| | * | Work around for errant headsets.Jaikumar Ganesh2010-10-132-8/+34
* | | | am 373a6961: am 64f42803: Merge "Bluez doesn\'t handle disconnect while conne...Jaikumar Ganesh2010-10-141-1/+1
|\ \ \ \ | |/ / /
| * | | am 64f42803: Merge "Bluez doesn\'t handle disconnect while connecting well. D...Jaikumar Ganesh2010-10-121-1/+1
| |\ \ \ | | |/ /
| | * | Bluez doesn't handle disconnect while connecting well.Jaikumar Ganesh2010-10-121-1/+1
| * | | am 38702d5f: Merge "DO NOT MERGE: Disconnect PBAP while disconnecting HFP pro...Jaikumar Ganesh2010-10-071-6/+45
| |\ \ \ | | |/ /
| | * | DO NOT MERGE: Disconnect PBAP while disconnecting HFP profile.Jaikumar Ganesh2010-10-061-6/+45
* | | | Merge "Disconnect PBAP while disconnecting HFP profile."Jaikumar Ganesh2010-10-141-5/+46
|\ \ \ \
| * | | | Disconnect PBAP while disconnecting HFP profile.Jaikumar Ganesh2010-10-141-5/+46
* | | | | Merge "Add function to check for AVRCP target to send volume keys."Jaikumar Ganesh2010-10-141-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add function to check for AVRCP target to send volume keys.Jaikumar Ganesh2010-10-131-0/+21
* | | | | resolved conflicts for merge of 738aadd7 to masterJake Hamby2010-09-3010-45/+41
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | resolved conflicts for merge of 0a972acf to gingerbread-plus-aospJake Hamby2010-09-3011-50/+46
| |\ \ \ | | |/ /
| | * | Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-3012-54/+50
* | | | Update code for new BT public APIs.Jaikumar Ganesh2010-09-284-79/+97
* | | | New public APIs for BluetoothA2dp and BluetoothHeadset profiles.Jaikumar Ganesh2010-09-284-433/+891
* | | | am eb3b40af: am 0f584306: Fix Bluetooth Javadoc to clarify the maximum device...Jake Hamby2010-09-161-6/+6
|\ \ \ \ | |/ / /
| * | | am 0f584306: Fix Bluetooth Javadoc to clarify the maximum device name length.Jake Hamby2010-09-161-6/+6
| |\ \ \ | | |/ /
| | * | Fix Bluetooth Javadoc to clarify the maximum device name length.Jake Hamby2010-09-161-6/+6
* | | | resolved conflicts for merge of 0522f5e9 to masterJaikumar Ganesh2010-09-133-1/+94
|\ \ \ \ | |/ / /