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
/
server
/
BluetoothService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around for errant headsets.
Jaikumar Ganesh
2010-10-13
1
-0
/
+10
*
Typo fixes in comments and minor code cleanups.
Jake Hamby
2010-09-30
1
-6
/
+6
*
Fix interaction between BluetoothEventLoop and BluetoothService.
Jaikumar Ganesh
2010-09-13
1
-2
/
+90
*
Out Of Band API for Secure Simple Pairing.
Jaikumar Ganesh
2010-09-13
1
-2
/
+88
*
Renaming SharedPreferences$Editor.startCommit to apply
Brad Fitzpatrick
2010-08-30
1
-1
/
+1
*
SharedPreferences$Editor.startCommit()
Brad Fitzpatrick
2010-08-27
1
-1
/
+1
*
fixed parsing issue in BluetoothService so that it parses the UUID property c...
Danica Chang
2010-07-19
1
-1
/
+1
*
Serialize all commands for a particular profile.
Jaikumar Ganesh
2010-06-07
1
-28
/
+48
*
Pass BluetoothDevice to the Bluetooth Headset calls.
Jaikumar Ganesh
2010-06-02
1
-1
/
+1
*
Add a new state machine for handling the incoming / outgoing profile
Jaikumar Ganesh
2010-06-02
1
-2
/
+122
*
Relax the requirement of making a DBUS call for creating the Bluez Device.
Jaikumar Ganesh
2010-03-30
1
-1
/
+3
*
Add an API to set the link timeout.
Jaikumar Ganesh
2010-03-09
1
-0
/
+8
*
Move auto pairing data to a file, add values dynamically.
Jaikumar Ganesh
2010-02-25
1
-38
/
+144
*
Add hashCode() to BluetoothService$RemoteService
Kenny Root
2010-02-17
1
-0
/
+8
*
Watch for "bluetooth" in list of toggleable radios.
Jeff Sharkey
2009-12-22
1
-5
/
+14
*
am f6e32e72: Merge change Icced7a09 into eclair
Jaikumar Ganesh
2009-12-10
1
-30
/
+30
|
\
|
*
Maintain a list of all Bluetooth docks.
Jaikumar Ganesh
2009-12-09
1
-30
/
+30
*
|
am 8c411fb1: Merge change I79420b02 into eclair
Jaikumar Ganesh
2009-12-03
1
-2
/
+117
|
\
\
|
|
/
|
*
Add support for Car Dock.
Jaikumar Ganesh
2009-12-03
1
-2
/
+117
|
*
Register Handsfree profile before headset profile. DO NOT MERGE.
Jaikumar Ganesh
2009-11-30
1
-4
/
+4
*
|
Register Handsfree profile before headset profile.
Jaikumar Ganesh
2009-11-30
1
-4
/
+4
*
|
am ad431ad8: Merge change Ia3acc2ee into eclair
Jaikumar Ganesh
2009-11-22
1
-5
/
+9
|
\
\
|
|
/
|
*
Fix pairings lost on reboot.
Jaikumar Ganesh
2009-11-20
1
-5
/
+9
*
|
am 660282dc: Merge change I706fe6b0 into eclair
Jaikumar Ganesh
2009-11-17
1
-9
/
+42
|
\
\
|
|
/
|
*
Check if Bluetooth is enabled before making any calls down.
Jaikumar Ganesh
2009-11-16
1
-9
/
+42
*
|
am 3c58d279: Merge change I738ed802 into eclair
Jaikumar Ganesh
2009-11-11
1
-5
/
+12
|
\
\
|
|
/
|
*
Fix BMW and Audi auto pairing lists.
Jaikumar Ganesh
2009-11-11
1
-5
/
+12
*
|
am 013b0e53: Merge change I143ea844 into eclair
Jaikumar Ganesh
2009-11-11
1
-2
/
+3
|
\
\
|
|
/
|
*
Add BMW and Audi to Auto Pairing black list.
Jaikumar Ganesh
2009-11-11
1
-2
/
+3
*
|
am 8de4e0ad: Merge change I21d0dca3 into eclair
Jaikumar Ganesh
2009-11-05
1
-2
/
+3
|
\
\
|
|
/
|
*
Add BMW kits made by Motorola PCS to autoblack list for Bluetooth.
Jaikumar Ganesh
2009-11-05
1
-2
/
+3
*
|
am d301c904: Merge change I305c181c into eclair
Nick Pelly
2009-10-12
1
-4
/
+32
|
\
\
|
|
/
|
*
Delay 500ms between each registering each SDP record using sdptool.
Nick Pelly
2009-10-12
1
-4
/
+32
|
*
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
1
-3
/
+4
*
Set the Bond State to NONE when we receive a Agent Cancel.
Jaikumar Ganesh
2009-10-08
1
-1
/
+1
*
Introduce BluetoothAdapter.getDefaultAdapter().
Nick Pelly
2009-10-08
1
-1
/
+1
*
Encourage developers to connect RFCOMM by UUID instead of Channel.
Nick Pelly
2009-10-07
1
-14
/
+141
*
Provide an API for apps to use a dynamic RFCOMM channel and SDP record.
Nick Pelly
2009-10-06
1
-21
/
+107
*
Query from Bluez if name is not present in cache.
Jaikumar Ganesh
2009-09-30
1
-3
/
+1
*
Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
Nick Pelly
2009-09-28
1
-1
/
+1
*
Handle expiration of discovery mode in system server.
Nick Pelly
2009-09-25
1
-1
/
+18
*
Bluetooth API: Do not allow apps to programmatically make BT discoverable.
Nick Pelly
2009-09-24
1
-2
/
+2
*
Send the address of the device with the UUID intent.
Jaikumar Ganesh
2009-09-21
1
-0
/
+1
*
Cache the remote device's service channel.
Jaikumar Ganesh
2009-09-21
1
-6
/
+51
*
Send the UUID intent even if apps have not requested for it.
Jaikumar Ganesh
2009-09-20
1
-6
/
+5
*
Maintain pending outgoing bonding address.
Jaikumar Ganesh
2009-09-20
1
-2
/
+24
*
Add new API for fetching UUIDs using SDP.
Jaikumar Ganesh
2009-09-19
1
-0
/
+61
*
Change handling of remoteUuids.
Jaikumar Ganesh
2009-09-16
1
-15
/
+20
*
Add Panasonic KX-TH112 to blacklist.
Nick Pelly
2009-09-15
1
-2
/
+2
[next]