1. 3e4a3ea Correct executable bit for source files [Take 2] by Chirayu Desai · 11 years ago
  2. d77982e Clean up debug messages by Matthew Xie · 12 years ago
  3. 652678a timeout support for accept() and added check for signal size by zzy · 12 years ago
  4. fa0fd39 License of files Bluetooth package is not updated to ASL2 by Zhihai Xu · 12 years ago
  5. b49a896 Add serial port profile support and allow to connect to rfcomm channel without sdp discovery by zzy · 12 years ago
  6. 563e414 Reduce android.bluetooth package debug messages by Matthew Xie · 12 years ago
  7. 9e3045c Merge "Turn off verbose debug message in BluetoothAdapter Change-Id: I30245ab911b5428f7af38f195b941db02d36b18f" into jb-mr1-dev by Matthew Xie · 12 years ago
  8. 3b6214f Turn off verbose debug message in BluetoothAdapter by Matthew Xie · 12 years ago
  9. da6da09 Captive portal handling by Irfan Sheriff · 12 years ago
  10. fffa86b Implement enableNoAutoconnect() by Ganesh Ganapathi Batta · 12 years ago
  11. 6f6c5451 Auto connection/disconnection related changes by Ganesh Ganapathi Batta · 12 years ago
  12. 10d7e8a Bluetooth: fix enableNoAutoConnect() call. by Martijn Coenen · 12 years ago
  13. 82e57fe Reset priority on unbond by Ravi Nagarajan · 12 years ago
  14. c61eb26 Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled by Swaminatha Balaji · 12 years ago
  15. 305f240 handle NullPointerException in cases where a proxy by Syed Ibrahim M · 12 years ago
  16. a8c6df0 Removed startService() call from BluetoothManagerService. by Fred · 12 years ago
  17. 9631314 Fix merge error, put in tmp workaround for input manager. by Matthew Xie · 12 years ago
  18. bf072a7 Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService by fredc · 12 years ago
  19. 2073894 Auto connect hf/a2dp by Swaminatha Balaji · 12 years ago
  20. 7329e70 Added code to tear down dhcp thread when tethering is off by zzy · 12 years ago
  21. d688353 Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder deaths in BluetoothManagerService. by fredc · 12 years ago
  22. 903ac6f Fixed issue with Settings app crashing after during on/off and unpair. by fredc · 12 years ago
  23. 7077272 Disable debug logs in BluetoothDevice, that was turned on accidentally Change-Id: I8a0a3f5775c2b9f5a928e4840851e687f25b57ab by Ravi Nagarajan · 12 years ago
  24. 116d1d46 Fixed issue with getting Bluetooth adapter's name and airplane mode by fredc · 12 years ago
  25. 4bedba4 Change done in BluetoothAdapter to use the same API for interacting with the Bluetooth Service. setName was being done using mService while getName was using mManagerService. As a result, the device name was not being updated in Localadapter getname call. Modified to use mService in both cases. by Sreenidhi T · 12 years ago
  26. a097f51 BT enable adapter API should return TRUE or FALSE. by Kausik Sinnaswamy · 12 years ago
  27. 0f42037 Non persistent adapter service by fredc · 12 years ago
  28. 919a4c6 Handle cancel bond for both legacy and ssp pairing by Ravi Nagarajan · 12 years ago
  29. 349e62f HID-PTS: Included apis' for pts tests by Priti Aghera · 12 years ago
  30. 4c9caca Added support to get a remote device's service UUIDs by fredc · 12 years ago
  31. 827de2d Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup by Srikanth Uppala · 12 years ago
  32. 3b147b7 Added new rfcomm multi accept code by zzy · 12 years ago
  33. 13450df Initial Health Profile implementation by Matthew Xie · 12 years ago
  34. bf246ef Initial implementation of HID, add IBluetoothInputDevice idl by Matthew Xie · 12 years ago
  35. db44b20 Added support to cancel pairing from UI while doing SSP. by Priti Aghera · 12 years ago
  36. 14b330d add queryPhoneState in IBluetoothHeadsetPhone by Matthew Xie · 12 years ago
  37. 3e8c82e Framework changes for HFP and A2DP profile implementation of the new stack. by Matthew Xie · 12 years ago
  38. e21a4ac Add a new version of the disable API. by Jaikumar Ganesh · 12 years ago
  39. e4caddb Changes for new Bluetooth APIs. by Jaikumar Ganesh · 12 years ago
  40. 313a216 Delete various Bluetooth files for stack integration. by Jaikumar Ganesh · 12 years ago
  41. adba6ff am 101a120c: am 9be0105f: docs: fix several links by Scott Main · 12 years ago
  42. 9be0105 docs: fix several links by Scott Main · 12 years ago
  43. bbf30dfd Enhance StateMachine Quitting and logging support. by Wink Saville · 12 years ago
  44. 7a53510 am 1903a732: Merge "Avoid calling BluetoothSocket.destroyNative twice" into ics-aah by Jason Simmons · 12 years ago
  45. 34b2feb Avoid calling BluetoothSocket.destroyNative twice by Jason Simmons · 12 years ago
  46. 6c614b7 Allow enabling Bluetooth without auto-connecting. by Martijn Coenen · 12 years ago
  47. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  48. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  49. 2b07267 am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  50. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  51. 75596b4 Add BluetoothAdapter.getRemoteDevice(byte[]) by Nick Pelly · 13 years ago
  52. 9bb2751 Cleanup references when turning BT off. by Jaikumar Ganesh · 13 years ago
  53. 2b9af44 am 6da97a24: Merge "Check the bluetooth state for getUuid call" into ics-mr0 by Matthew Xie · 13 years ago
  54. 44b58ab Check the bluetooth state for getUuid call by Matthew Xie · 13 years ago
  55. 98f06da Send CONNECT_OTHER_PROFILE to Device profile for hfp and a2dp incoming connect by Matthew Xie · 13 years ago
  56. ad23210 Make public APIs of ACTION_UUID, EXTRA_UUID, getUuids, and fetchUuidsWithSdp by Matthew Xie · 13 years ago
  57. 9d6a516 Fix build break; Revert "Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdp" by Ed Heyl · 13 years ago
  58. 67f1ceb Merge "Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdp" into ics-mr1 by Matthew Xie · 13 years ago
  59. ae5839d Make public APIs of ACTION_UUID, getUuids, and fetchUuidsWithSdp by Matthew Xie · 13 years ago
  60. 6ae5912 Fix auto connection of headset profile. by Jaikumar Ganesh · 13 years ago
  61. 2d68a6b docs: mix of BT and NFC javadoc updates by Scott Main · 13 years ago
  62. fd966a1 Make Bluetooth Health constant public. by Jaikumar Ganesh · 13 years ago
  63. b5d2d45 Add error codes for channel disconnection / connection. by Jaikumar Ganesh · 13 years ago
  64. eb9d346 Make Bluetooth Health APIs public. by Jaikumar Ganesh · 13 years ago
  65. dca56b9 Fix issue 5252593: any app can restart the runtime by Eric Laurent · 13 years ago
  66. 484867a Move Bluetooth remove service record handler to the app main thread by Matthew Xie · 13 years ago
  67. 006efb2 Merge "Proactively disable data when over policy limit." by Jeff Sharkey · 13 years ago
  68. 8e28b7d Proactively disable data when over policy limit. by Jeff Sharkey · 13 years ago
  69. 9354790 Make profile connection state API public. by Jaikumar Ganesh · 13 years ago
  70. cb1d354 Add Api to get profile connection state. by Jaikumar Ganesh · 13 years ago
  71. f5fb6c8 Enforce permission for changeApplicationState function. by Jaikumar Ganesh · 13 years ago
  72. bbd8675 Fix tethering using BT. by Jaikumar Ganesh · 13 years ago
  73. 6903a7d Merge "Provide an API to set the friendly name of a remote device." by Matthew Xie · 13 years ago
  74. 269e81a Provide an API to set the friendly name of a remote device. by Matthew Xie · 13 years ago
  75. ef2cb7c Add ability to turn BT on / off on a per application basis. by Jaikumar Ganesh · 13 years ago
  76. ac41595 Merge "Incoming connection dialog tweaks." by Jaikumar Ganesh · 13 years ago
  77. e3dc975 when disconnectHeadsetInternal, allow it when the BT is not disabled by Matthew Xie · 13 years ago
  78. d3728cb Incoming connection dialog tweaks. by Jaikumar Ganesh · 13 years ago
  79. 5623b07 Merge "Bluetooth Health APIs" by Jaikumar Ganesh · 13 years ago
  80. fb658c7 Bluetooth Health APIs by Jaikumar Ganesh · 13 years ago
  81. 6d8b80d Get server's listening channel by Ben Dodson · 13 years ago
  82. a0c6803 Incoming Bluetooth Connection requests - dialog. by Matthew Xie · 13 years ago
  83. 2ea1e85 Implement APIs for Bluetooth Health profile. by Jaikumar Ganesh · 13 years ago
  84. f878916 Refactor Bluetooth Profile. by Jaikumar Ganesh · 13 years ago
  85. 830d8c5 am 5aaed097: am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  86. 5aaed09 am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  87. efc1d16 Bluetooth: correcting return value from cancelDiscovery by Albert Mojir · 13 years ago
  88. ceb6c9f Add public api BluetoothSocket.isConnected. by Matthew Xie · 13 years ago
  89. e3b9dc10 Require bonding and encryption for PBAP server by Mathias Jeppsson · 13 years ago
  90. 343c1ad am 37677849: am 64c42cae: Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State. by Wink Saville · 13 years ago
  91. 3767784 am 64c42cae: Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State. by Wink Saville · 13 years ago
  92. 64c42ca Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State. by Wink Saville · 13 years ago
  93. 80f7c59 am f4a29403: resolved conflicts for merge of 70c3d1c2 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  94. f4a2940 resolved conflicts for merge of 70c3d1c2 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  95. d55a6b4 Add external dependency API. by Robert Greenwalt · 13 years ago
  96. 6f7a973 Check if BT is disabled or not when sending audio state. by Jaikumar Ganesh · 13 years ago
  97. 8698c91 am b8332786: am d973bed3: Merge "Removing dead store; it was likely a relict of debuging code." by Brad Fitzpatrick · 13 years ago
  98. f1aa297 Removing dead store; it was likely a relict of debuging code. by Jozef BABJAK · 13 years ago
  99. 9a62c9c Refactor android.server.BluetoothService classes. by Jake Hamby · 14 years ago
  100. 74ef119 Make BluetoothPan inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago