1. d77982e Clean up debug messages by Matthew Xie · 12 years ago
  2. 3b6214f Turn off verbose debug message in BluetoothAdapter by Matthew Xie · 12 years ago
  3. fffa86b Implement enableNoAutoconnect() by Ganesh Ganapathi Batta · 12 years ago
  4. 10d7e8a Bluetooth: fix enableNoAutoConnect() call. by Martijn Coenen · 12 years ago
  5. bf072a7 Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService by fredc · 12 years ago
  6. d688353 Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder deaths in BluetoothManagerService. by fredc · 12 years ago
  7. 903ac6f Fixed issue with Settings app crashing after during on/off and unpair. by fredc · 12 years ago
  8. 116d1d46 Fixed issue with getting Bluetooth adapter's name and airplane mode by fredc · 12 years ago
  9. 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
  10. a097f51 BT enable adapter API should return TRUE or FALSE. by Kausik Sinnaswamy · 12 years ago
  11. 0f42037 Non persistent adapter service by fredc · 12 years ago
  12. 827de2d Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup by Srikanth Uppala · 12 years ago
  13. 3b147b7 Added new rfcomm multi accept code by zzy · 12 years ago
  14. e21a4ac Add a new version of the disable API. by Jaikumar Ganesh · 12 years ago
  15. e4caddb Changes for new Bluetooth APIs. by Jaikumar Ganesh · 13 years ago
  16. 6c614b7 Allow enabling Bluetooth without auto-connecting. by Martijn Coenen · 12 years ago
  17. 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
  18. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  19. 75596b4 Add BluetoothAdapter.getRemoteDevice(byte[]) by Nick Pelly · 13 years ago
  20. 9bb2751 Cleanup references when turning BT off. by Jaikumar Ganesh · 13 years ago
  21. 44b58ab Check the bluetooth state for getUuid call by Matthew Xie · 13 years ago
  22. 2d68a6b docs: mix of BT and NFC javadoc updates by Scott Main · 13 years ago
  23. 484867a Move Bluetooth remove service record handler to the app main thread by Matthew Xie · 13 years ago
  24. 9354790 Make profile connection state API public. by Jaikumar Ganesh · 13 years ago
  25. cb1d354 Add Api to get profile connection state. by Jaikumar Ganesh · 13 years ago
  26. f5fb6c8 Enforce permission for changeApplicationState function. by Jaikumar Ganesh · 13 years ago
  27. ef2cb7c Add ability to turn BT on / off on a per application basis. by Jaikumar Ganesh · 13 years ago
  28. 2ea1e85 Implement APIs for Bluetooth Health profile. by Jaikumar Ganesh · 13 years ago
  29. 830d8c5 am 5aaed097: am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  30. 5aaed09 am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  31. efc1d16 Bluetooth: correcting return value from cancelDiscovery by Albert Mojir · 13 years ago
  32. e3b9dc10 Require bonding and encryption for PBAP server by Mathias Jeppsson · 13 years ago
  33. 74ef119 Make BluetoothPan inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago
  34. 4ab0e77 Make BluetoothInputDevice inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago
  35. 0b5b35f Fix BluetoothAdapter Connection change intent doc. by Jaikumar Ganesh · 13 years ago
  36. 299ae67 docs: small javadoc, but also make the existing getProfileProxy docs visible... had wrong comment tag by Scott Main · 14 years ago
  37. a3363ef Do Not Merge: Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  38. 6eef14a Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  39. 58b93c3 Update BT code for voice capability cases. by Jaikumar Ganesh · 14 years ago
  40. c53cab2 Add an API call to get the ConnectionState of the Bluetooth Adapter. by Jaikumar Ganesh · 14 years ago
  41. 980d40b resolved conflicts for merge of 738aadd7 to master by Jake Hamby · 14 years ago
  42. f51eada Typo fixes in comments and minor code cleanups. by Jake Hamby · 14 years ago
  43. 62c37ef New public APIs for BluetoothA2dp and BluetoothHeadset profiles. by Jaikumar Ganesh · 14 years ago
  44. 0f58430 Fix Bluetooth Javadoc to clarify the maximum device name length. by Jake Hamby · 14 years ago
  45. cc5494c Out Of Band API for Secure Simple Pairing. by Jaikumar Ganesh · 14 years ago
  46. fec86f4 Update javadoc for the API and change return of getBondedDevices(). by Jaikumar Ganesh · 14 years ago
  47. f5ff170 Check whether Bluetooth is enabled before making any API calls. by Jaikumar Ganesh · 14 years ago
  48. af21fa6 Removing STOPSHIP logs. by Jaikumar Ganesh · 14 years ago
  49. 7b0463a am ed2a70d6: docs: add the Bluetooth developer guide, and make some revisions to the BT javadocs by Scott Main · 15 years ago
  50. ed2a70d docs: add the Bluetooth developer guide, by Scott Main · 15 years ago
  51. cb59664 am e1611399: am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery should be cancelled before connecting to a device by Scott Main · 15 years ago
  52. e161139 am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery should be cancelled before connecting to a device by Scott Main · 15 years ago
  53. 6d95fc0 docs for ESR: add docs to bluetooth explainin that discovery should by Scott Main · 15 years ago
  54. b262f50 am 13ce56bd: am 88427cff: Merge change Ibcfb7d10 into eclair-sdk by Scott Main · 15 years ago
  55. 13ce56b am 88427cff: Merge change Ibcfb7d10 into eclair-sdk by Scott Main · 15 years ago
  56. 9fab0ae docs: add more documentation for the bluetooth apis. by Scott Main · 15 years ago
  57. 811f655 am 8d51f710: Merge change Icdd2864e into eclair by Michael Chan · 15 years ago
  58. cdd2864 b/2234854 Fixed Bluetooth API return codes for requesting permission to enable bluetooth by Michael Chan · 15 years ago
  59. bf2efbc am 3cf254d2: Merge change I4b3db907 into eclair by Jaikumar Ganesh · 15 years ago
  60. 4b3db90 Revert the channge where channels were not selected randomly. by Jaikumar Ganesh · 15 years ago
  61. db7ae10 Remove STOPSHIP BT logging. by Nick Pelly · 15 years ago
  62. e6ee3be BT API security audit: fix a couple of permission mistakes. by Nick Pelly · 15 years ago
  63. f242b7b Introduce BluetoothAdapter.getDefaultAdapter(). by Nick Pelly · 15 years ago
  64. 16fb88a Encourage developers to connect RFCOMM by UUID instead of Channel. by Nick Pelly · 15 years ago
  65. 24bb9b8 Provide an API for apps to use a dynamic RFCOMM channel and SDP record. by Nick Pelly · 15 years ago
  66. aef439e Move android.bluetooth.ParcelUuid to android.os.ParcelUuid by Nick Pelly · 15 years ago
  67. 1acdcc1 Add an API to request a system activity to turn on Bluetooth. by Nick Pelly · 15 years ago
  68. 1283547 Handle expiration of discovery mode in system server. by Nick Pelly · 15 years ago
  69. 3219ab4 Fix typo in Bluetooth docs. by Brad Fitzpatrick · 15 years ago
  70. 18b1e79 Bluetooth API: Do not allow apps to programmatically make BT discoverable. by Nick Pelly · 15 years ago
  71. 55e66f1 Reject lowercase characters in checkBluetoothAddress(). by Nick Pelly · 15 years ago
  72. 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 15 years ago
  73. b24e11b API_CHANGE by Nick Pelly · 15 years ago
  74. de893f5 API_CHANGE by Nick Pelly · 15 years ago
  75. cf44059 Add javadoc to explain which permissions are required for Public BT API's. by Nick Pelly · 15 years ago
  76. 71c3c78 Immediately destroy BluetoothSocket's on close(). by Nick Pelly · 15 years ago
  77. 45e2704 API CHANGE by Nick Pelly · 15 years ago
  78. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago