1. 248edc3 Update javadoc comments for getBluetoothLeAdvertiser() by Prerepa Viswanadham · 10 years ago
  2. ee80922 Clean up advertise and scan clients upon bluetooth down. by Wei Wang · 10 years ago
  3. c3059cc Use Scanner for legacy LE scans(1/2). by Wei Wang · 10 years ago
  4. 5bec5af cleanup : delete BLE advertising related hidden state references in Bluetooth Adapter by Prerepa Viswanadham · 10 years ago
  5. 8caac74 Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reporting by Prerepa Viswanadham · 10 years ago
  6. 890b46a Remove MR2 BLE Advertising hidden API from L codebase (1/2). by Wei Wang · 10 years ago
  7. af74e66 Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2) by Wei Wang · 10 years ago
  8. b108a6f Unhide the Bluetooth(BLE) offload capability apis by Prerepa Viswanadham · 10 years ago
  9. 8f2e74c OnFound and Onlost callback integration by Prerepa Viswanadham · 10 years ago
  10. 9fb1791 Implement batch scan API by Wei Wang · 10 years ago
  11. 0c116e1 Obtain capabilities from chipset for it's support of various features by Prerepa Viswanadham · 10 years ago
  12. dadefda LE: Add notification sent and congestion callbacks (3/4) by Andre Eisenbach · 10 years ago
  13. 94b59de BluetoothAvrcpController: Move AVRCP controller support to new BluetoothProfile subclass by Mike Lockwood · 10 years ago
  14. 2263dd1 BluetoothA2dpSink: Add new BluetoothProfile subclass for A2DP sink by Mike Lockwood · 10 years ago
  15. cf916d3 Rename BluetoothHandsfreeClient to BluetoothHeadsetClient by Mike Lockwood · 10 years ago
  16. 7aca90f Bluetooth: Add support for HFP Client role. by Hemant Gupta · 11 years ago
  17. 6d81118 Address API review comments. by Wei Wang · 10 years ago
  18. adf6aff Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising."" by Wei Wang · 10 years ago
  19. 319b40c Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising." by Wei Wang · 10 years ago
  20. 62d5bc7 APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple by Wei Wang · 10 years ago
  21. 6b96c1b am 7d394df2: am ae1b763c: Merge "LE: Add API to configure MTU for a given connection (3/4)" into klp-modular-dev by Zhihai Xu · 10 years ago
  22. ae1b763 Merge "LE: Add API to configure MTU for a given connection (3/4)" into klp-modular-dev by Zhihai Xu · 10 years ago
  23. ab4fc11 am 1b09c97d: am 4447405d: Merge "Callback on correct method when status is unsuccessful." into klp-modular-dev by Wei Wang · 10 years ago
  24. c07a5dd Callback on correct method when status is unsuccessful. by Wei Wang · 10 years ago
  25. 45e1bcd am 0d68a52a: am 9d3e0996: Merge "Add comment of using same callback for start/stop advertising." into klp-modular-dev by Wei Wang · 10 years ago
  26. f3f52b1 Add comment of using same callback for start/stop advertising. by Wei Wang · 10 years ago
  27. 580b0a1 LE: Add API to configure MTU for a given connection (3/4) by Andre Eisenbach · 10 years ago
  28. c0384b6 DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050 by Wei Wang · 10 years ago
  29. 4b4eebb DO NOT MERGE: Add status callback for start/stop advertising. by Wei Wang · 10 years ago
  30. 8094765 Move advetise clean up to callback code. fixes b/13289050 by Wei Wang · 10 years ago
  31. f305589 Add status callback for start/stop advertising. by Wei Wang · 10 years ago
  32. ee0b3e9 DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API. by Wei Wang · 11 years ago
  33. 18c7693 BLE peripheral mode (3/4): Add peripheral mode API. by Wei Wang · 11 years ago
  34. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  35. 68c692d Revert "Allow L2CAP sockets" by Mike Lockwood · 11 years ago
  36. 0d37605 Fixed review comments by Kim Schulz · 11 years ago
  37. 34b0f92 Allow L2CAP sockets by Dmitry Grinberg · 11 years ago
  38. f46b21a LE: Add peripheral role support (1/4) by Andre Eisenbach · 11 years ago
  39. 25b9cf9 LE: Add instance ID to descriptors (1/4) by Andre Eisenbach · 11 years ago
  40. 876d100 Merge "Add debug menu to enable btsnoop" by Zhihai Xu · 11 years ago
  41. af5971e Add debug menu to enable btsnoop by Zhihai Xu · 11 years ago
  42. fea17de Explicit locale when formatting machine strings. by Jeff Sharkey · 11 years ago
  43. b30f91e Update javadoc to give app write better guidence by Matthew Xie · 11 years ago
  44. 32ab77b Donot bind to GATT service when BLE is not supported by Matthew Xie · 11 years ago
  45. d575233 Change permission of LE scan APIs from BLUETOOTH to BLUETOOTH_ADMIN by Matthew Xie · 11 years ago
  46. cdd94e3 Remove BluetoothAdapterCallback. Simplify leScan Api by Matthew Xie · 11 years ago
  47. ddf7e47 Unhide Bluetooth Low Energy public APIs by Matthew Xie · 11 years ago
  48. 41cf8f3 Fix docs bug. by Stephen Hines · 11 years ago
  49. 9908112 Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 11 years ago
  50. d77982e Clean up debug messages by Matthew Xie · 12 years ago
  51. 3b6214f Turn off verbose debug message in BluetoothAdapter by Matthew Xie · 12 years ago
  52. fffa86b Implement enableNoAutoconnect() by Ganesh Ganapathi Batta · 12 years ago
  53. 10d7e8a Bluetooth: fix enableNoAutoConnect() call. by Martijn Coenen · 12 years ago
  54. bf072a7 Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService by fredc · 12 years ago
  55. d688353 Fixed socket not closing on BT off. Used RemoteCallbackList to monitor binder deaths in BluetoothManagerService. by fredc · 12 years ago
  56. 903ac6f Fixed issue with Settings app crashing after during on/off and unpair. by fredc · 12 years ago
  57. 116d1d4 Fixed issue with getting Bluetooth adapter's name and airplane mode by fredc · 12 years ago
  58. 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
  59. a097f51 BT enable adapter API should return TRUE or FALSE. by Kausik Sinnaswamy · 12 years ago
  60. 0f42037 Non persistent adapter service by fredc · 12 years ago
  61. 827de2d Fix discoverability timeout issues. (a) implement timeout logic (b) persist 'never timeout' after reboot (c) code cleanup by Srikanth Uppala · 12 years ago
  62. 3b147b7 Added new rfcomm multi accept code by zzy · 12 years ago
  63. e21a4ac Add a new version of the disable API. by Jaikumar Ganesh · 12 years ago
  64. e4caddb Changes for new Bluetooth APIs. by Jaikumar Ganesh · 13 years ago
  65. 6c614b7 Allow enabling Bluetooth without auto-connecting. by Martijn Coenen · 12 years ago
  66. 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
  67. 3aef8e1 docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  68. 75596b4 Add BluetoothAdapter.getRemoteDevice(byte[]) by Nick Pelly · 13 years ago
  69. 9bb2751 Cleanup references when turning BT off. by Jaikumar Ganesh · 13 years ago
  70. 44b58ab Check the bluetooth state for getUuid call by Matthew Xie · 13 years ago
  71. 2d68a6b docs: mix of BT and NFC javadoc updates by Scott Main · 13 years ago
  72. 484867a Move Bluetooth remove service record handler to the app main thread by Matthew Xie · 13 years ago
  73. 9354790 Make profile connection state API public. by Jaikumar Ganesh · 13 years ago
  74. cb1d354 Add Api to get profile connection state. by Jaikumar Ganesh · 13 years ago
  75. f5fb6c8 Enforce permission for changeApplicationState function. by Jaikumar Ganesh · 13 years ago
  76. ef2cb7c Add ability to turn BT on / off on a per application basis. by Jaikumar Ganesh · 13 years ago
  77. 2ea1e85 Implement APIs for Bluetooth Health profile. by Jaikumar Ganesh · 13 years ago
  78. 830d8c5 am 5aaed097: am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  79. 5aaed09 am 58ada2f3: am 94062517: Merge "Require bonding and encryption for PBAP server" by Jaikumar Ganesh · 13 years ago
  80. efc1d16 Bluetooth: correcting return value from cancelDiscovery by Albert Mojir · 13 years ago
  81. e3b9dc1 Require bonding and encryption for PBAP server by Mathias Jeppsson · 13 years ago
  82. 74ef119 Make BluetoothPan inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago
  83. 4ab0e77 Make BluetoothInputDevice inherit from BluetoothProfile. by Jaikumar Ganesh · 13 years ago
  84. 0b5b35f Fix BluetoothAdapter Connection change intent doc. by Jaikumar Ganesh · 14 years ago
  85. 299ae67 docs: small javadoc, but also make the existing getProfileProxy docs visible... had wrong comment tag by Scott Main · 14 years ago
  86. a3363ef Do Not Merge: Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  87. 6eef14a Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  88. 58b93c3 Update BT code for voice capability cases. by Jaikumar Ganesh · 14 years ago
  89. c53cab2 Add an API call to get the ConnectionState of the Bluetooth Adapter. by Jaikumar Ganesh · 14 years ago
  90. 980d40b resolved conflicts for merge of 738aadd7 to master by Jake Hamby · 14 years ago
  91. f51eada Typo fixes in comments and minor code cleanups. by Jake Hamby · 14 years ago
  92. 62c37ef New public APIs for BluetoothA2dp and BluetoothHeadset profiles. by Jaikumar Ganesh · 14 years ago
  93. 0f58430 Fix Bluetooth Javadoc to clarify the maximum device name length. by Jake Hamby · 14 years ago
  94. cc5494c Out Of Band API for Secure Simple Pairing. by Jaikumar Ganesh · 14 years ago
  95. fec86f4 Update javadoc for the API and change return of getBondedDevices(). by Jaikumar Ganesh · 14 years ago
  96. f5ff170 Check whether Bluetooth is enabled before making any API calls. by Jaikumar Ganesh · 14 years ago
  97. af21fa6 Removing STOPSHIP logs. by Jaikumar Ganesh · 14 years ago
  98. 7b0463a am ed2a70d6: docs: add the Bluetooth developer guide, and make some revisions to the BT javadocs by Scott Main · 15 years ago
  99. ed2a70d docs: add the Bluetooth developer guide, by Scott Main · 15 years ago
  100. 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