index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge change I551ed729 into eclair
Android (Google) Code Review
2009-12-21
2
-0
/
+4
|
\
|
*
Use UNDEFINED priorities when unpaired.
Jaikumar Ganesh
2009-12-11
2
-0
/
+4
*
|
docs: update the Bluetooth guide with links to the sample
Scott Main
2009-12-16
1
-85
/
+5
|
/
*
docs: add the Bluetooth developer guide,
Scott Main
2009-12-09
2
-8
/
+19
*
Add API to get Active Sinks.
Jaikumar Ganesh
2009-12-07
2
-0
/
+17
*
Add support for Car Dock.
Jaikumar Ganesh
2009-12-03
2
-0
/
+9
*
Add a new priority for Auto Connection of A2DP. DO NOT MERGE.
Jaikumar Ganesh
2009-12-02
2
-5
/
+13
*
am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery sho...
Scott Main
2009-11-20
3
-6
/
+32
|
\
|
*
docs for ESR: add docs to bluetooth explainin that discovery should
Scott Main
2009-11-19
3
-6
/
+32
*
|
am 88427cff: Merge change Ibcfb7d10 into eclair-sdk
Scott Main
2009-11-10
6
-68
/
+228
|
\
\
|
|
/
|
*
docs: add more documentation for the bluetooth apis.
Scott Main
2009-11-09
6
-68
/
+228
*
|
b/2234854 Fixed Bluetooth API return codes for requesting permission to enabl...
Michael Chan
2009-11-05
1
-4
/
+6
*
|
Revert the channge where channels were not selected randomly.
Jaikumar Ganesh
2009-10-30
1
-19
/
+4
|
/
*
Remove STOPSHIP BT logging.
Nick Pelly
2009-10-09
1
-1
/
+1
*
BT API security audit: fix a couple of permission mistakes.
Nick Pelly
2009-10-09
2
-0
/
+8
*
Set the Bond State to NONE when we receive a Agent Cancel.
Jaikumar Ganesh
2009-10-08
1
-1
/
+5
*
Introduce BluetoothAdapter.getDefaultAdapter().
Nick Pelly
2009-10-08
2
-7
/
+34
*
Encourage developers to connect RFCOMM by UUID instead of Channel.
Nick Pelly
2009-10-07
6
-48
/
+213
*
Fix docs builds.
Nick Pelly
2009-10-06
2
-2
/
+2
*
Provide an API for apps to use a dynamic RFCOMM channel and SDP record.
Nick Pelly
2009-10-06
5
-21
/
+186
*
Merge change Ic2a16d4f into eclair
Android (Google) Code Review
2009-10-01
1
-3
/
+8
|
\
|
*
b/2148252 Fix emulator
Michael Chan
2009-09-30
1
-3
/
+8
*
|
Try to reconnect twice when the rfcomm error code is Connection Refused.
Jaikumar Ganesh
2009-09-30
1
-2
/
+3
|
/
*
Fix broken build.
Nick Pelly
2009-09-30
1
-2
/
+2
*
Bluetooth A2DP suspend/resume functionality
Zhu Lan
2009-09-29
2
-0
/
+34
*
Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
Nick Pelly
2009-09-28
6
-160
/
+10
*
Add an API to request a system activity to turn on Bluetooth.
Nick Pelly
2009-09-28
1
-1
/
+21
*
Handle expiration of discovery mode in system server.
Nick Pelly
2009-09-25
2
-7
/
+14
*
Fix typo in Bluetooth docs.
Brad Fitzpatrick
2009-09-25
1
-2
/
+2
*
Bluetooth API: Do not allow apps to programmatically make BT discoverable.
Nick Pelly
2009-09-24
2
-1
/
+41
*
Cache the remote device's service channel.
Jaikumar Ganesh
2009-09-21
1
-0
/
+6
*
Merge change 25412 into eclair
Android (Google) Code Review
2009-09-21
1
-2
/
+14
|
\
|
*
Make ParcelUuid helper functions consistent.
Jaikumar Ganesh
2009-09-16
1
-2
/
+14
*
|
Merge change 25779 into eclair
Android (Google) Code Review
2009-09-19
2
-0
/
+46
|
\
\
|
*
|
Add new API for fetching UUIDs using SDP.
Jaikumar Ganesh
2009-09-19
2
-0
/
+46
*
|
|
Reject lowercase characters in checkBluetoothAddress().
Nick Pelly
2009-09-18
1
-2
/
+4
*
|
|
Add one line of logging when SCO SOCKET connect starts.
Nick Pelly
2009-09-18
1
-1
/
+1
|
/
/
*
|
Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.
Nick Pelly
2009-09-17
2
-6
/
+0
|
/
*
Change handling of remoteUuids.
Jaikumar Ganesh
2009-09-16
3
-22
/
+84
*
Add a parcelable version of UUID file.
Jaikumar Ganesh
2009-09-16
2
-0
/
+154
*
Changes for BT 2.1
Jaikumar Ganesh
2009-09-11
1
-3
/
+15
*
API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.
Nick Pelly
2009-09-10
8
-404
/
+638
*
API_CHANGE
Nick Pelly
2009-09-09
5
-73
/
+46
*
API_CHANGE
Nick Pelly
2009-09-09
4
-98
/
+205
*
Add javadoc to explain which permissions are required for Public BT API's.
Nick Pelly
2009-09-08
4
-0
/
+8
*
Merge change 23646 into eclair
Android (Google) Code Review
2009-09-02
5
-19
/
+104
|
\
|
*
Immediately destroy BluetoothSocket's on close().
Nick Pelly
2009-09-02
5
-19
/
+104
*
|
Add Bluetooth Device trust
Lixin Yue
2009-09-01
2
-0
/
+29
|
/
*
Use correct UUID to authorize AVRCP
Jackson Fan
2009-08-24
1
-0
/
+5
*
Add Bluetooth device picker support
Yue Lixin
2009-08-19
5
-49
/
+112
[next]