Platform Tools Release 34.0.0 (9560563)
  1. 4b92c96 Snap for 9550355 from accb7ae7daec263298c63ef5abffdcb65161c7d7 to sdk-release by Android Build Coastguard Worker · 1 year, 5 months ago platform-tools-33.0.4 platform-tools-34.0.0
  2. accb7ae Merge remote-tracking branch 'aosp/upstream-main' into HEAD by Charlie Boutier · 1 year, 6 months ago main-16k-with-phones
  3. 8b9ce03 Merge pull request #108 from google/gbg/fix-bluez-vhci by Gilles Boccon-Gibod · 1 year, 6 months ago
  4. 7e854ef support more commands in controller.py by Gilles Boccon-Gibod · 1 year, 6 months ago
  5. 17db5dd Merge pull request #103 from google/uael/device-fixes by Lucas Abel · 1 year, 7 months ago
  6. ea0a7e2 device: commit LE connection **before** reading it's PHY by Abel Lucas · 1 year, 7 months ago
  7. ea6a8d4 Merge pull request #104 from google/gbg/fix-windll-load by Gilles Boccon-Gibod · 1 year, 7 months ago
  8. ce04986 device: always prefer R2 for remote name request by Abel Lucas · 1 year, 7 months ago
  9. 6e0129b fix libusb loading on Windows by Gilles Boccon-Gibod · 1 year, 7 months ago
  10. 7ae3a1d Merge pull request #101 from google/gbg/formatting-linting-automation by Gilles Boccon-Gibod · 1 year, 7 months ago
  11. c2959da formatting and linting automation by Gilles Boccon-Gibod · 1 year, 7 months ago
  12. 80fe2ea Merge pull request #102 from mogenson/libusb_package by Michael Mogenson · 1 year, 7 months ago
  13. 08e6590 Merge pull request #88 from google/uael/abort_on_event by Lucas Abel · 1 year, 7 months ago
  14. f580ffc device: set as Secure Connection when encrypted with AES by Abel Lucas · 1 year, 7 months ago
  15. 5178c86 classic: add to `.encrypt` the possibilty to disable encryption by Abel Lucas · 1 year, 7 months ago
  16. 441933b reverted: `662704e` "classic: complete authentication when being the .authenticate acceptor" by Abel Lucas · 1 year, 7 months ago
  17. 287df94 host: spawn each asynchronous task with the right aliveness by Abel Lucas · 1 year, 7 months ago
  18. 86f9496 Load libusb-1.0 shared library from libusb_package wheel by Michael Mogenson · 1 year, 7 months ago
  19. f5fe3d8 Merge pull request #98 from yuyangh/yuyangh/update_asha_advertising by Gilles Boccon-Gibod · 1 year, 7 months ago
  20. f65bed2 Merge branch 'main' into yuyangh/update_asha_advertising by Yuyang Huang · 1 year, 7 months ago
  21. 3efe350 Merge pull request #96 from google/gbg/black by Gilles Boccon-Gibod · 1 year, 7 months ago
  22. 83b4248 update ASHA AdvertisingData by Yuyang Huang · 1 year, 7 months ago
  23. 135df0d format with Black by Gilles Boccon-Gibod · 1 year, 7 months ago
  24. 8bef344 Merge pull request #94 from AlanRosenthal/alan/bumble_version_in_show_device by Gilles Boccon-Gibod · 1 year, 7 months ago
  25. 55e2f23 Add bumble's version to `show device` by Alan Rosenthal · 1 year, 7 months ago
  26. 297246f Merge pull request #92 from yuyangh/yuyangh/add_ASHA_GATT by Gilles Boccon-Gibod · 1 year, 7 months ago
  27. 52db1cf improve code style by Yuyang Huang · 1 year, 7 months ago
  28. 29f9a79 improve get service advertising data by Yuyang Huang · 1 year, 7 months ago
  29. 1f700e9 Remove py-cryptography deps am: 8b07fc2ef4 by Charlie Boutier · 1 year, 7 months ago
  30. 8b07fc2 Remove py-cryptography deps by Charlie Boutier · 1 year, 7 months ago
  31. c86125d Merge pull request #93 from AlanRosenthal/alan/add_default_services by Gilles Boccon-Gibod · 1 year, 7 months ago
  32. 697d5df code style update by Yuyang Huang · 1 year, 7 months ago
  33. 87aa4f6 add ASHA advertising factory method by Yuyang Huang · 1 year, 7 months ago
  34. a8eff73 Add Device::add_default_services() by Alan Rosenthal · 1 year, 7 months ago
  35. 2ecc39c Merge remote-tracking branch 'aosp/upstream-main' into master am: 3a1bed30e8 by Charlie Boutier · 1 year, 7 months ago
  36. 0f55422 Merge remote-tracking branch 'aosp/upstream-main' into master am: b74fa15783 by Charlie Boutier · 1 year, 7 months ago
  37. 3a1bed3 Merge remote-tracking branch 'aosp/upstream-main' into master by Charlie Boutier · 1 year, 7 months ago
  38. 4417eb6 Merge pull request #83 from AlanRosenthal/alan/pytest_fixes_2 by Gilles Boccon-Gibod · 1 year, 7 months ago
  39. f4e5e61 Test all python versions in CI by Alan Rosenthal · 1 year, 7 months ago
  40. ba7a600 Merge pull request #89 from google/uael/misc by Lucas Abel · 1 year, 7 months ago
  41. d92b7e9 add ASHA Profile by Yuyang Huang · 1 year, 7 months ago
  42. b0336ad add ASHA GATT UUID by Yuyang Huang · 1 year, 7 months ago
  43. 691450c gatt: fix `CharacteristicDeclaration.__str__` and associated test by Abel Lucas · 1 year, 7 months ago
  44. 99a0eb2 address: fix deprecated use of combined `@classmethod` and `@property` by Abel Lucas · 1 year, 7 months ago
  45. ab4859b device: fix typos by Abel Lucas · 1 year, 7 months ago
  46. 0d70cbd Merge pull request #75 from google/uael/fixes by Lucas Abel · 1 year, 7 months ago
  47. f41d068 Merge pull request #80 from AlanRosenthal/alan/gatt_server_getter by Gilles Boccon-Gibod · 1 year, 7 months ago
  48. 062dc1e Merge pull request #85 from AlanRosenthal/alan/gatt_server_console2 by Gilles Boccon-Gibod · 1 year, 7 months ago
  49. b74fa15 Merge remote-tracking branch 'aosp/upstream-main' into master by Charlie Boutier · 1 year, 7 months ago
  50. 662704e classic: complete authentication when being the `.authenticate` acceptor by Abel Lucas · 1 year, 7 months ago
  51. 02a474c smp: emit enough information on pairing complete to deduce security level by Abel Lucas · 1 year, 7 months ago
  52. a1c7aec device: fix `.find_connection_by_bd_addr` by Abel Lucas · 1 year, 7 months ago
  53. 6112f00 device: introduce BR/EDR pending connections by Abel Lucas · 1 year, 8 months ago
  54. f56ac14 Add `bumble-console --device-config` support for gatt services by Alan Rosenthal · 1 year, 7 months ago
  55. a739fc7 Merge pull request #84 from google/gbg/78 by Gilles Boccon-Gibod · 1 year, 7 months ago
  56. b89f903 Added class CharacteristicDeclaration, gatt_server getters by Alan Rosenthal · 1 year, 7 months ago
  57. 9e5a85b use libusb auto-detach feature by Gilles Boccon-Gibod · 1 year, 7 months ago
  58. b437bd8 Merge pull request #82 from AlanRosenthal/alan/pytest_fixes by Gilles Boccon-Gibod · 1 year, 7 months ago
  59. a3e4674 Fix test failures by Alan Rosenthal · 1 year, 7 months ago
  60. 5f1d57f device: simplify and fixes remote name request by Abel Lucas · 1 year, 8 months ago
  61. ae0b739 Merge pull request #79 from google/gbg/fix-host-reset by Gilles Boccon-Gibod · 1 year, 7 months ago
  62. 0570b59 Merge pull request #77 from mogenson/l2cap-on-event by Michael Mogenson · 1 year, 7 months ago
  63. 2221862 fix sequencing logic broken by earlier merge by Gilles Boccon-Gibod · 1 year, 7 months ago
  64. 1c72242 Fix for 'Host' object has no attribute 'add_listener' by Michael Mogenson · 1 year, 7 months ago
  65. 9c13370 keys: add a way to remove all bonds from key store by Abel Lucas · 1 year, 8 months ago
  66. 4988a31 Merge pull request #76 from mogenson/connection-error-params by Michael Mogenson · 1 year, 8 months ago
  67. e6c0621 Swap arguments to ConnectionError in RFCOMM Multiplexer by Michael Mogenson · 1 year, 8 months ago
  68. f213323 Merge pull request #73 from google/gbg/faster-l2cap-test by Gilles Boccon-Gibod · 1 year, 8 months ago
  69. 867e8c1 lower the number of test cases for l2cap in order to speed up the test by Gilles Boccon-Gibod · 1 year, 8 months ago
  70. 25ce38c Merge pull request #72 from google/uael/public-str-address by Lucas Abel · 1 year, 8 months ago
  71. c081023 address: add public information to the stringified value by Abel Lucas · 1 year, 8 months ago
  72. 27c46ee Merge pull request #71 from mogenson/prefer-notify by Michael Mogenson · 1 year, 8 months ago
  73. c140876 Add prefer_notify option to gatt_client subscribe() by Michael Mogenson · 1 year, 8 months ago
  74. d743656 Merge pull request #68 from google/uael/pairing-improvements by Lucas Abel · 1 year, 8 months ago
  75. b91d0e2 device: handle HCI passkey notification event by Abel Lucas · 1 year, 8 months ago
  76. eb46f60 le: save `own_address_type` on ACL connection for SMP to be able to use the right self address by Abel Lucas · 1 year, 8 months ago
  77. 8bbba7c pairing: always ask user for confirmation, even in `JUST_WORKS` method by Abel Lucas · 1 year, 8 months ago
  78. ee54df2 Merge pull request #65 from google/gbg/fix-classic-connect-await by Gilles Boccon-Gibod · 1 year, 8 months ago
  79. 6549e53 Merge pull request #60 from google/gbg/fix-console-logs by Gilles Boccon-Gibod · 1 year, 8 months ago
  80. 0f219ef address PR comments by Gilles Boccon-Gibod · 1 year, 8 months ago
  81. 4a1345c only force the type if the address is passed as a string by Gilles Boccon-Gibod · 1 year, 8 months ago
  82. 8a1cdef fix classic connection event filtering by Gilles Boccon-Gibod · 1 year, 8 months ago
  83. 6e1baf0 use a formatter object, not a string by Gilles Boccon-Gibod · 1 year, 8 months ago
  84. cea1905 Merge pull request #59 from google/uael/device-cleanup by Lucas Abel · 1 year, 8 months ago
  85. af8e0d4 le: pass `own_address_type` to BLE `Device.connect` by Abel Lucas · 1 year, 8 months ago
  86. 875195a Merge pull request #58 from AlanRosenthal/main by Gilles Boccon-Gibod · 1 year, 8 months ago
  87. 5aee37a Merge pull request #34 from google/gbg/l2cap-bridge by Gilles Boccon-Gibod · 1 year, 8 months ago
  88. edcb7d0 fix merge conflict by Gilles Boccon-Gibod · 1 year, 8 months ago
  89. ce9004f Add L2CAP CoC support (squashed) by Gilles Boccon-Gibod · 2 years, 1 month ago
  90. d4228e3 Add definition of `Client Characteristic Configuration bit` by Alan Rosenthal · 1 year, 8 months ago
  91. be8f8ac Merge pull request #55 from google/uael/device-improvements by Lucas Abel · 1 year, 8 months ago
  92. ca16410 device: add option to check for the address type when using `find_connection_by_bd_addr` by Abel Lucas · 1 year, 8 months ago
  93. b95888e le: permit legacy scanning even when extended is supported by Abel Lucas · 1 year, 8 months ago
  94. 56ed46a classic: add BR/EDR accept connection logic by Abel Lucas · 1 year, 9 months ago
  95. 7044102 classic: upgrade `Device.cancel_connection` logic to support canceling ongoing BR/EDR connections by Abel Lucas · 1 year, 9 months ago
  96. ca8f284 le: add `own_address_type` parameter to `Device.start_advertising` by Abel Lucas · 1 year, 8 months ago
  97. e9e14f5 le: make the device connecting state relative to LE only by Abel Lucas · 1 year, 9 months ago
  98. b961aff device: update `Device.connect` documentation to match BR/EDR behavior by Abel Lucas · 1 year, 8 months ago
  99. 51ddb36 device: add `auto_restart` mechanism to `.start_discovery` (default to `True`) by Abel Lucas · 1 year, 8 months ago
  100. 78534b6 device: enhance `.request_remote_name` to also accept an `Address` as argument by Abel Lucas · 1 year, 8 months ago