History log of /frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6862361b506aa2301a0049067447199631b50410 21-Nov-2014 Matthew Xie <mattx@google.com> Add UUID for Pbap client

Bug: 18140961
Change-Id: I9cbeb7129b1d30aa7a195ed83821d4a5634283ed
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
51800847d9a9965a5d00a7960abb50983651d4a2 07-May-2014 Wei Wang <weiwa@google.com> Add a method to check whether a UUID is 32bit.

Change-Id: I92e8bab560b2083e9f4855d28b3f54f2120ef628
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
82500dd86631a08d290929f64824c4fd22f0aa75 15-Apr-2014 Wei Wang <weiwa@google.com> Add parse method to parse UUID from bytes for 16 bit, 32 bit and 128 bit
Bluetooth UUIDs. Added unit tests.

Change-Id: I4ecf0ede02561a5e9815acf8a5a1309d5756b887
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
18c76934f62410d1499e2eb63635b5dd8da5013a 30-Oct-2013 Wei Wang <weiwa@google.com> BLE peripheral mode (3/4): Add peripheral mode API.

Change-Id: Id9d2f566b6d9ed0fffe73b67efad2e3d045360b4

Conflicts:
core/java/android/bluetooth/BluetoothAdapter.java
core/java/android/bluetooth/BluetoothGatt.java
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
0d376053747615ac7c4b45ab7810329ffbdf80d1 22-Aug-2013 Kim Schulz <k.schulz@samsung.com> Fixed review comments

- fixed review comments (internal+google)
- corrected tabs/spaces
- Add connection id header for obex client operations
- added support for implementing ProfileService class

Change-Id: Idab8b4fa54a0f31bec4ffa263a69a9850a07f858

Bug:10692365
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
c60bed487e8bfa98702104cfb8d1287dbc2e82f3 08-Mar-2013 Andre Eisenbach <andre@broadcom.com> LE: Add support for the HID-over-GATT profile (2/3)

bug:8330048
Change-Id: I600563d81dec1638dc35e31e19f61d6c04f09ae8
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
fe3807a5b23f54f6539436d71aa0cd931a2b76f0 19-Jul-2013 Matthew Xie <mattx@google.com> Bluetooth MAP profile - sms and mms support initial check-in

bug:10116530

Change-Id: I57d022005bcff5bc3e56438a81ac92566f957744
/frameworks/base/core/java/android/bluetooth/BluetoothUuid.java
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