1. 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
  2. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  3. 75596b4 Add BluetoothAdapter.getRemoteDevice(byte[]) by Nick Pelly · 13 years ago
  4. 9bb2751 Cleanup references when turning BT off. by Jaikumar Ganesh · 13 years ago
  5. 44b58ab Check the bluetooth state for getUuid call by Matthew Xie · 13 years ago
  6. 2d68a6b docs: mix of BT and NFC javadoc updates by Scott Main · 13 years ago
  7. 484867a Move Bluetooth remove service record handler to the app main thread by Matthew Xie · 13 years ago
  8. 9354790 Make profile connection state API public. by Jaikumar Ganesh · 13 years ago
  9. cb1d354 Add Api to get profile connection state. by Jaikumar Ganesh · 13 years ago
  10. f5fb6c8 Enforce permission for changeApplicationState function. by Jaikumar Ganesh · 13 years ago
  11. ef2cb7c Add ability to turn BT on / off on a per application basis. by Jaikumar Ganesh · 13 years ago
  12. 2ea1e85 Implement APIs for Bluetooth Health profile. by Jaikumar Ganesh · 13 years ago
  13. 830d8c5 am 5aaed097: am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  14. 5aaed09 am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  15. efc1d16 Bluetooth: correcting return value from cancelDiscovery by Albert Mojir · 13 years ago
  16. e3b9dc10 Require bonding and encryption for PBAP server by Mathias Jeppsson · 13 years ago
  17. 74ef119 Make BluetoothPan inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago
  18. 4ab0e77 Make BluetoothInputDevice inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago
  19. 0b5b35f Fix BluetoothAdapter Connection change intent doc. by Jaikumar Ganesh · 13 years ago
  20. 299ae67 docs: small javadoc, but also make the existing getProfileProxy docs visible... had wrong comment tag by Scott Main · 14 years ago
  21. a3363ef Do Not Merge: Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  22. 6eef14a Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  23. 58b93c3 Update BT code for voice capability cases. by Jaikumar Ganesh · 14 years ago
  24. c53cab2 Add an API call to get the ConnectionState of the Bluetooth Adapter. by Jaikumar Ganesh · 14 years ago
  25. 980d40b resolved conflicts for merge of 738aadd7 to master by Jake Hamby · 14 years ago
  26. f51eada Typo fixes in comments and minor code cleanups. by Jake Hamby · 14 years ago
  27. 62c37ef New public APIs for BluetoothA2dp and BluetoothHeadset profiles. by Jaikumar Ganesh · 14 years ago
  28. 0f58430 Fix Bluetooth Javadoc to clarify the maximum device name length. by Jake Hamby · 14 years ago
  29. cc5494c Out Of Band API for Secure Simple Pairing. by Jaikumar Ganesh · 14 years ago
  30. fec86f4 Update javadoc for the API and change return of getBondedDevices(). by Jaikumar Ganesh · 14 years ago
  31. f5ff170 Check whether Bluetooth is enabled before making any API calls. by Jaikumar Ganesh · 14 years ago
  32. af21fa6 Removing STOPSHIP logs. by Jaikumar Ganesh · 14 years ago
  33. 7b0463a am ed2a70d6: docs: add the Bluetooth developer guide, and make some revisions to the BT javadocs by Scott Main · 15 years ago
  34. ed2a70d docs: add the Bluetooth developer guide, by Scott Main · 15 years ago
  35. 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
  36. 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
  37. 6d95fc0 docs for ESR: add docs to bluetooth explainin that discovery should by Scott Main · 15 years ago
  38. b262f50 am 13ce56bd: am 88427cff: Merge change Ibcfb7d10 into eclair-sdk by Scott Main · 15 years ago
  39. 13ce56b am 88427cff: Merge change Ibcfb7d10 into eclair-sdk by Scott Main · 15 years ago
  40. 9fab0ae docs: add more documentation for the bluetooth apis. by Scott Main · 15 years ago
  41. 811f655 am 8d51f710: Merge change Icdd2864e into eclair by Michael Chan · 15 years ago
  42. cdd2864 b/2234854 Fixed Bluetooth API return codes for requesting permission to enable bluetooth by Michael Chan · 15 years ago
  43. bf2efbc am 3cf254d2: Merge change I4b3db907 into eclair by Jaikumar Ganesh · 15 years ago
  44. 4b3db90 Revert the channge where channels were not selected randomly. by Jaikumar Ganesh · 15 years ago
  45. db7ae10 Remove STOPSHIP BT logging. by Nick Pelly · 15 years ago
  46. e6ee3be BT API security audit: fix a couple of permission mistakes. by Nick Pelly · 15 years ago
  47. f242b7b Introduce BluetoothAdapter.getDefaultAdapter(). by Nick Pelly · 15 years ago
  48. 16fb88a Encourage developers to connect RFCOMM by UUID instead of Channel. by Nick Pelly · 15 years ago
  49. 24bb9b8 Provide an API for apps to use a dynamic RFCOMM channel and SDP record. by Nick Pelly · 15 years ago
  50. aef439e Move android.bluetooth.ParcelUuid to android.os.ParcelUuid by Nick Pelly · 15 years ago
  51. 1acdcc1 Add an API to request a system activity to turn on Bluetooth. by Nick Pelly · 15 years ago
  52. 1283547 Handle expiration of discovery mode in system server. by Nick Pelly · 15 years ago
  53. 3219ab4 Fix typo in Bluetooth docs. by Brad Fitzpatrick · 15 years ago
  54. 18b1e79 Bluetooth API: Do not allow apps to programmatically make BT discoverable. by Nick Pelly · 15 years ago
  55. 55e66f1 Reject lowercase characters in checkBluetoothAddress(). by Nick Pelly · 15 years ago
  56. 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 15 years ago
  57. b24e11b API_CHANGE by Nick Pelly · 15 years ago
  58. de893f5 API_CHANGE by Nick Pelly · 15 years ago
  59. cf44059 Add javadoc to explain which permissions are required for Public BT API's. by Nick Pelly · 15 years ago
  60. 71c3c78 Immediately destroy BluetoothSocket's on close(). by Nick Pelly · 15 years ago
  61. 45e2704 API CHANGE by Nick Pelly · 15 years ago
  62. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago