1. 545e670 HID profile. by Jaikumar Ganesh · 14 years ago
  2. f1048cd Serialize all commands for a particular profile. by Jaikumar Ganesh · 14 years ago
  3. 740e39b Pass BluetoothDevice to the Bluetooth Headset calls. by Jaikumar Ganesh · 14 years ago
  4. 9b637e5 Add a new state machine for handling the incoming / outgoing profile by Jaikumar Ganesh · 14 years ago
  5. 0e09030 Relax the requirement of making a DBUS call for creating the Bluez Device. by Jaikumar Ganesh · 14 years ago
  6. b7e029d Add an API to set the link timeout. by Jaikumar Ganesh · 14 years ago
  7. c06fe59 Move auto pairing data to a file, add values dynamically. by Jaikumar Ganesh · 15 years ago
  8. 5f61416 Add hashCode() to BluetoothService$RemoteService by Kenny Root · 15 years ago
  9. 4430392 Watch for "bluetooth" in list of toggleable radios. by Jeff Sharkey · 15 years ago
  10. 368c332 am f6e32e72: Merge change Icced7a09 into eclair by Jaikumar Ganesh · 15 years ago
  11. 6e9c443 Maintain a list of all Bluetooth docks. by Jaikumar Ganesh · 15 years ago
  12. 11a2853 am 8c411fb1: Merge change I79420b02 into eclair by Jaikumar Ganesh · 15 years ago
  13. 3fbf7b6 Add support for Car Dock. by Jaikumar Ganesh · 15 years ago
  14. 5f24a24 Register Handsfree profile before headset profile. DO NOT MERGE. by Jaikumar Ganesh · 15 years ago
  15. 77b4ad0 Register Handsfree profile before headset profile. by Jaikumar Ganesh · 15 years ago
  16. 8631e55 am ad431ad8: Merge change Ia3acc2ee into eclair by Jaikumar Ganesh · 15 years ago
  17. b148bc8 Fix pairings lost on reboot. by Jaikumar Ganesh · 15 years ago
  18. 4fea291 am 660282dc: Merge change I706fe6b0 into eclair by Jaikumar Ganesh · 15 years ago
  19. 8c9dd7d Check if Bluetooth is enabled before making any calls down. by Jaikumar Ganesh · 15 years ago
  20. 48956ad am 3c58d279: Merge change I738ed802 into eclair by Jaikumar Ganesh · 15 years ago
  21. 738ed80 Fix BMW and Audi auto pairing lists. by Jaikumar Ganesh · 15 years ago
  22. 4e552b6 am 013b0e53: Merge change I143ea844 into eclair by Jaikumar Ganesh · 15 years ago
  23. 9b26f3f Add BMW and Audi to Auto Pairing black list. by Jaikumar Ganesh · 15 years ago
  24. f53f86a am 8de4e0ad: Merge change I21d0dca3 into eclair by Jaikumar Ganesh · 15 years ago
  25. 21d0dca Add BMW kits made by Motorola PCS to autoblack list for Bluetooth. by Jaikumar Ganesh · 15 years ago
  26. 77df9d6 am d301c904: Merge change I305c181c into eclair by Nick Pelly · 15 years ago
  27. bc1fc05 Delay 500ms between each registering each SDP record using sdptool. by Nick Pelly · 15 years ago
  28. db7ae10 Remove STOPSHIP BT logging. by Nick Pelly · 15 years ago
  29. e6ee3be BT API security audit: fix a couple of permission mistakes. by Nick Pelly · 15 years ago
  30. e5d93b7 Set the Bond State to NONE when we receive a Agent Cancel. by Jaikumar Ganesh · 15 years ago
  31. f242b7b Introduce BluetoothAdapter.getDefaultAdapter(). by Nick Pelly · 15 years ago
  32. 16fb88a Encourage developers to connect RFCOMM by UUID instead of Channel. by Nick Pelly · 15 years ago
  33. 24bb9b8 Provide an API for apps to use a dynamic RFCOMM channel and SDP record. by Nick Pelly · 15 years ago
  34. 55929a9 Query from Bluez if name is not present in cache. by Jaikumar Ganesh · 15 years ago
  35. aef439e Move android.bluetooth.ParcelUuid to android.os.ParcelUuid by Nick Pelly · 15 years ago
  36. 1283547 Handle expiration of discovery mode in system server. by Nick Pelly · 15 years ago
  37. 18b1e79 Bluetooth API: Do not allow apps to programmatically make BT discoverable. by Nick Pelly · 15 years ago
  38. 2d3b98d Send the address of the device with the UUID intent. by Jaikumar Ganesh · 15 years ago
  39. 10eac97 Cache the remote device's service channel. by Jaikumar Ganesh · 15 years ago
  40. 6179965 Send the UUID intent even if apps have not requested for it. by Jaikumar Ganesh · 15 years ago
  41. 2092361 Maintain pending outgoing bonding address. by Jaikumar Ganesh · 15 years ago
  42. 1caa6d1 Add new API for fetching UUIDs using SDP. by Jaikumar Ganesh · 15 years ago
  43. dd0463a Change handling of remoteUuids. by Jaikumar Ganesh · 15 years ago
  44. adbaef2 Add Panasonic KX-TH112 to blacklist. by Nick Pelly · 15 years ago
  45. 482d54b Add black listing of car kits by name. by Jaikumar Ganesh · 15 years ago
  46. 32d8571 Changes for BT 2.1 by Jaikumar Ganesh · 15 years ago
  47. 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 15 years ago
  48. b24e11b API_CHANGE by Nick Pelly · 15 years ago
  49. de893f5 API_CHANGE by Nick Pelly · 15 years ago
  50. 9519ce7 Query for all properties if a property change is received and cache is empty. by Jaikumar Ganesh · 15 years ago
  51. efa1dd7 Add Bluetooth Device trust by Lixin Yue · 15 years ago
  52. efa3367 Fix property being cleared when DeviceFound signal is received. by Jaikumar Ganesh · 15 years ago
  53. b015e19 Add trailing "\n" to debug output. by Nick Pelly · 15 years ago
  54. 1eada0d Add uuids to adb shell dumpsys bluetooth by Nick Pelly · 15 years ago
  55. 397d8f4 Set BondState to Canceled when user cancels pairing. by Jaikumar Ganesh · 15 years ago
  56. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago[Renamed (92%) from core/java/android/server/BluetoothDeviceService.java]
  57. 9488cbd Add incoming connections to the cache and change authorization check. by Jaikumar Ganesh · 15 years ago
  58. 6754296 Add PBAP service start. by Jaikumar Ganesh · 15 years ago
  59. b0eca41 Initial support of 2.1 pairing. by Jaikumar Ganesh · 15 years ago
  60. 12cae39 Revert "Initial support of 2.1 pairing." by Jaikumar Ganesh · 15 years ago
  61. 228b2f3 Initial support of 2.1 pairing. by Jaikumar Ganesh · 15 years ago
  62. 03c707a Register OPUSH - Bluetooth OPP service record. by Nick Pelly · 15 years ago
  63. 8bc8ce4 Rework the property parsing code. by Jaikumar Ganesh · 15 years ago
  64. 395d102 Send the name of the device in the DeviceFound signal. by Jaikumar Ganesh · 15 years ago
  65. 530b712 am 03255de3: Merge change 4757 into donut by Android (Google) Code Review · 15 years ago
  66. 6c901db Add getBatteryUsageHint() to BluetoothHeadset for power monitoring. by Nick Pelly · 15 years ago
  67. d5ac1ae Framework changes for bluez4. by Jaikumar Ganesh · 15 years ago
  68. 5c43f73 Check AirplaneMode when enabling Bluetooth has finished. by Daisuke Miyakawa · 15 years ago
  69. ea600cc AI 143788: am: CL 143740 Don't clear supported profiles in settings app if getRemoteClass returns error. by Nick Pelly · 15 years ago
  70. f9204e5 Automated import from //branches/donutburger/...@141979,141979 by Nick Pelly · 15 years ago
  71. 997c761 Automated import from //branches/donutburger/...@141696,141696 by Nick Pelly · 15 years ago
  72. 66359e3 Automated import from //branches/donutburger/...@140880,140880 by Jaikumar Ganesh · 15 years ago
  73. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  74. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  75. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  76. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  77. f5b4b98 auto import from //depot/cupcake/@136745 by The Android Open Source Project · 15 years ago
  78. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  79. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  80. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  81. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  82. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  83. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  84. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  85. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  86. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  87. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  88. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago