History log of /frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84690c88f37f395094147d27ace8319a2803a522 10-Dec-2010 Jaikumar Ganesh <jaikumar@google.com> Add direct calls to Bluez to add SDP records.

This helps Settings app to enable just the Headset service.

Change-Id: Ia9c39467df1e83d665e377313e16e6c54991f6d6
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
34536183f4d7062ec2c8e80013bdc71e445ded6f 24-Aug-2010 Jaikumar Ganesh <jaikumar@google.com> Add BNEP_SVC UUID for incoming tethering connections.

Change-Id: I90c24edfd133ac9fa89c3467383cd61fa23954c6
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
6fdd0c6274c81b337ad35b70480f881daf7354c3 11-Aug-2010 Danica Chang <danicachang@google.com> bluetooth tethering

Change-Id: Id6d5fb1922facc7013abc29214d3e1141995b767
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
df7627db715a7a2e7f646f02a07caf2347bb90b8 22-Jun-2010 Adam Powell <adamp@google.com> Changes for bluetooth keyboard support.

Add device class constant for PROFILE_HID and check for
Device.Major.PERIPHERAL when checking for class matches.

Change UUID for HID support.

Fix bug in BluetoothService.

Change-Id: Ie5361257d90fd749249e915824564bc3d79fb95d
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
545e6708adda6859932b55fd824794b1401f5318 04-Jun-2010 Jaikumar Ganesh <jaikumar@google.com> HID profile.

Change-Id: I52e965a6537bce02c751ba26fe7b44dd03832510
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
24bb9b8af4ff691538fe9e517e8156016b0da6cd 03-Oct-2009 Nick Pelly <npelly@google.com> Provide an API for apps to use a dynamic RFCOMM channel and SDP record.

Hide listenUsingRfcommOn(int channel)
Add listenUsingRfcomm(String name, ParcelUuid uuid)

The new API automatically finds a free RFCOMM channel and registers an SDP
record with the given uuid and name. The SDP record is automatically
removed when the socket is closed, or if the application dies.

Apps are prevented from registering SDP records with the uuid of system
Bluetooth profiles, such as A2DP, HFP and OPP.

Apps are prevented from removing SDP records that they did not create. This is
tracked by pid.

TODO: Provide an API for the connecting app to look up an SDP record.

Bug: 2158900
DrNo: eastham
Joke: "What did the dog say to the tree? bark."
Change-Id: Ia92f51c34615a7270a403255ad2b8faa98c4a3f5
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
aef439e6f825c0cb99a2ac08c8207f48b7a9fe10 28-Sep-2009 Nick Pelly <npelly@google.com> Move android.bluetooth.ParcelUuid to android.os.ParcelUuid

Change-Id: I564429d5c5b6a5372b6ff26a53b0d7e518b53631
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
10eac971b3a6e5f34a420dd68ebfa796553ad2b9 21-Sep-2009 Jaikumar Ganesh <jaikumar@google.com> Cache the remote device's service channel.

Bluez Device implementation is such that when a device
is unpaired, we removes the device and hence there is no
way to interact with it unless you pair again. Remote service
channel call is used to get the rfcomm channel number which
will be used in profiles like OPP which don't require pairing.

Change-Id: I868a6cdfdb1b7d3591dd8b66cd0320f41a9c1b92
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
dca2f0fec30e6acbdc466fd6dffb425877e7728a 17-Sep-2009 Jaikumar Ganesh <jaikumar@google.com> Make ParcelUuid helper functions consistent.

Treat zero length arrays and null arrays to be same.

Change-Id: I8c6c28e5dc3da1f31f6f6abfc747db4c2975a90b
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
dd0463aef18d251c741bfc9dc7a2787443ef36f1 16-Sep-2009 Jaikumar Ganesh <jaikumar@google.com> Change handling of remoteUuids.

Use the ParcelUuid instead of UUID

Change-Id:Ie05d65a62e8a4df8182a4c737d46c14142bfec43
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
9abcf0982edcda6d14fd8057fe0cfd2147cac477 19-Aug-2009 Jackson Fan <xyfan@motorola.com> Use correct UUID to authorize AVRCP
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
ade40526c899caf9369652f9481634a6232ec022 30-Jul-2009 Jaikumar Ganesh <jaikumar@google.com> Fix UUID typo and allow incoming AVRCP connections.
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
7f74d534f39c4d1e1db8604faa117dcf127cc8b9 14-Jul-2009 Jaikumar Ganesh <jaikumar@google.com> Reconnect to A2DP device only if it supports that profile, fix HF AG UUID.
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
d5ac1ae36b4e096eb97984334f86d0c68abea2f7 06-May-2009 Jaikumar Ganesh <jaikumar@google.com> Framework changes for bluez4.

Changes in the Bluetooth JNI calls and framework functions
for Bluez4.
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java