[go: nahoru, domu]

  1. 3bc5fd9 Remove sonnysasaka@chromium.org from device/bluetooth/dbus/OWNERS by Owners Cleanup · 5 months ago
  2. 188bf90 Remove sonnysasaka@chromium.org from device/bluetooth/bluez/OWNERS by Owners Cleanup · 5 months ago
  3. 09a7514 Remove sonnysasaka@chromium.org from device/bluetooth/floss/OWNERS by Owners Cleanup · 5 months ago
  4. 1465fe9 Convert some more functions to span by David Benjamin · 5 months ago
  5. 133b2d9 Rewrite std::set<T*> into std::set<raw_ptr<T, SetExperimental>> by Ali Hijazi · 5 months ago
  6. a822122 [bluetooth] Add GetSupportedRoles API by Katherine Lai · 5 months ago
  7. 9021f6e Rename {absl => std}::optional in //device/ by Arthur Sonzogni · 5 months ago
  8. 80e9e6e5 Avoid two-arg base::HexEncode() and RandBytes() calls. by Tom Sepez · 5 months ago
  9. b379d75b [buganizer] Migrate DIR_METADATA for device/ by Jeff Yoon · 5 months ago
  10. e02610c Use span form of base::HexEncode() where possible. by Tom Sepez · 5 months ago
  11. ec8eecd [floss] Add IsExtendedAdvertisementAvailable API by Ying Hsu · 5 months ago
  12. ef62df35 [floss] Improve heuristics for whether a dual device uses LE or classic by Archie · 5 months ago
  13. 7c56ce67 [floss] Wire the bluetooth address type API by Archie · 5 months ago
  14. d8c8244 [Floss] Fix device removal logic when clearing found device by Archie · 5 months ago
  15. 4a543942 [floss] Resolve pairing callback after immediate failure by Jesse Melhuish · 5 months ago
  16. 4063f98b [floss] Reject connect request on device that is already connecting by Jesse Melhuish · 5 months ago
  17. fb1ac91 [floss] Update RegisterScanner CB to ignore empty UUID by Katherine Lai · 5 months ago
  18. 07cc2e55 bluetooth: refactor Quit.*Deprecated() RunLoop usage by Helmut Januschka · 6 months ago
  19. a3cfc29 Add chadduffin@chromium.org to OWNERS by Chad Duffin · 6 months ago
  20. d9f6668 Mark LOG(FATAL) [[noreturn]] by Peter Boström · 6 months ago
  21. eae5188 [floss][Fast Pair] Perform SDP when GATT connected by Katherine Lai · 6 months ago
  22. 0357c70 [floss] Cache device address for GATT characteristic by Katherine Lai · 6 months ago
  23. d6dad7f Introduce span form of net::IOBuffer constructor. by Tom Sepez · 6 months ago
  24. 2ec5e5b1 [Nearby Presence] Add Fake BluetoothDevice, pass Device to GattClient by Daniel Classon · 6 months ago
  25. df25958 [floss] Only reinitialize device properties if name changed by Katherine Lai · 7 months ago
  26. e63cbaf6 Rewrite vector<T*> into vector<raw_ptr<T, VectorExperimental>> by Ali Hijazi · 7 months ago
  27. 71bf932 Convert MessageWriter APIs to base::span by David Benjamin · 7 months ago
  28. 9f75db3 jni_zero: pre-java_ref move required cleanups by Sam Maier · 7 months ago
  29. f8812f12 bluetooth: Move classic_discovery_manager_ init into LazyInitialize by Alvin Ji · 7 months ago
  30. 5e95223 [floss] SetConnectionLatency: Don't wait callback if no active connection by Hsin-chen Chuang · 7 months ago
  31. 06ce478 [floss] Add service data UUIDs to list of service UUIDs by Katherine Lai · 7 months ago
  32. bd70ef2 [floss] Clear pairing_ attribute on connection complete by Archie · 7 months ago
  33. 255abbf0 Explicitly using base::android namespace for ConvertJavaString calls by Sam Maier · 7 months ago
  34. 44e2910 Adding explicit base/logging.h includes by Sam Maier · 7 months ago
  35. 6ee6700 [floss] Fix the implementation of GATT services discovery APIs by Hsin-chen Chuang · 7 months ago
  36. 0e59d35 [floss] BluetoothDeviceFloss: Unbundle the device properties fetching by Hsin-chen Chuang · 7 months ago
  37. f96971d LSC: Reformat remaining .java with google-java-format by Andrew Grieve · 7 months ago
  38. db566246 Replace base::StringPiece in //device/bluetooth with std::string_view by Julie Jeongeun Kim · 7 months ago
  39. 619c703 Reland "[Fast Pair] Add support for retroactive pairing for BLE HID" by Katherine Lai · 8 months ago
  40. d77056f [Gardener] Revert "[Fast Pair] Add support for retroactive pairing for BLE HID" by Ella Ge · 8 months ago
  41. 0b3859c [Fast Pair] Add support for retroactive pairing for BLE HID by Katherine Lai · 8 months ago
  42. 230a75c6 Introduce base::RandBytesAsVector(). by Tom Sepez · 8 months ago
  43. 8241706 WebUI Mojo Bindings: Remove unnecessary use_typescript_sources = true by Rebekah Potter · 8 months ago
  44. 5b24e09 [floss] Remove obsolete comment for Disconnect by Hsin-chen Chuang · 8 months ago
  45. 422cb22 [floss] Add ScanSettings and ScanType by Ying Hsu · 8 months ago
  46. a2f4065 [floss] FlossManagerClient: Defer presence event until we know the platform state by Hsin-chen Chuang · 8 months ago
  47. b7014ca [floss] BluetoothAdapterFloss: Defer PresentChanged event on clients ready by Hsin-chen Chuang · 8 months ago
  48. c5f765d5 Remove remaining base/strings/string_piece_forward.h usage by Lei Zhang · 8 months ago
  49. 46ba379 [floss] logging: Fix some functions name are concatenated with followed words by Hsin-chen Chuang · 8 months ago
  50. ff8ce4b5 [floss] Block the callbacks related to pairing in LaCrOS by Hsin-chen Chuang · 8 months ago
  51. fc5b63f [floss] Only set FlossEnabeld / LLPrivacy / DevCoreDump on Ash by Hsin-chen Chuang · 8 months ago
  52. 06839b0 [BlueZ] Check the SetDiscoverable set property result by Hsin-chen Chuang · 8 months ago
  53. e265e18 [floss] Don't remove found device OnAdvertisementLost by Hsin-chen Chuang · 8 months ago
  54. bbeb460 Make scan settings optional for method StartScan by Ying Hsu · 8 months ago
  55. cf64a67e [CrOS Bluetooth] Update README in device/bluetooth by Nikhil Nayunigari · 8 months ago
  56. 549f224 Remove uses of implicit conversion of ScopedTypeRef in /device by Avi Drissman · 8 months ago
  57. fad1342 [floss] FlossManagerClient: Don't re-register callbacks on ObjectAdded by Hsin-chen Chuang · 8 months ago
  58. a56aad43 [floss] Don't reset clients when switching to the same adapter by Hsin-chen Chuang · 8 months ago
  59. 45f10aa Make net::WrappedIOBuffer require a size argument. by Tom Sepez · 8 months ago
  60. a0592eb Convert various const strings to constexprs: device/ by Peter Kasting · 9 months ago
  61. 63ee9ba3 Bluetooth: Migrate WebUI Mojo bindings to TypeScript by Rebekah Potter · 9 months ago
  62. 1fcc2d5 jni_zero: Migrating all JNI annotations in /device to jni_zero copies by Sam Maier · 9 months ago
  63. 4ad5454 [floss] FlossManagerClient: Register callbacks before querying adapter states by Hsin-chen Chuang · 9 months ago
  64. 3ed9cf1 [floss] Initialize FlossDBusClient version to the Floss API version by Ying Hsu · 9 months ago
  65. 0fd253f Reapply "[floss] Integrate version check into manager client initialization flow" by Ying Hsu · 9 months ago
  66. 69319ae Revert "[floss] Integrate version check into manager client initialization flow" by Devlin Cronin · 9 months ago
  67. 0385508f Revert "[Floss] Restore previous Bluetooth adapter state on sign out" by Katherine Lai · 9 months ago
  68. 53d3392 [floss] Fix FlossDBusManager initialization for testing by Ying Hsu · 9 months ago
  69. 82a5d8d [floss] Integrate version check into manager client initialization flow by Ying Hsu · 9 months ago
  70. f2bd1c9f IWYU: missing include for uint16_t usage in fake_read_response.h by Jose Dapena Paz · 9 months ago
  71. 7609083 Floss: Use different D-Bus object path for LaCrOS and AshChrome by Hsin-chen Chuang · 9 months ago
  72. 800e2d34 Floss: Fix logging: Cast uint8_t to int by Hsin-chen Chuang · 9 months ago
  73. 3bce4fd Floss: Use different object paths in gatt client for lacros and ash by Yun-Hao Chung · 9 months ago
  74. a8444fe Add new D-Bus method GetFlossApiVersion by Ying Hsu · 9 months ago
  75. f6671f7 GCC: use all brace-initializers NoDestructor in floss_dbus_client by Stephan Hartmann · 9 months ago
  76. d20ee71 Floss: Initiate clients after interface is present by Yun-Hao Chung · 9 months ago
  77. 8ad657a53d Use base::StrCat() in floss_dbus_client.h by Lei Zhang · 9 months ago
  78. 9f17468 [floss] Add mock devices for emulator by Hsin-chen Chuang · 10 months ago
  79. 3ae7705 Take care of return value by dbus when setting ll privacy by Zhengping Jiang · 10 months ago
  80. 6369a7e [Floss] Ensure adapter enabled status updates before callbacks run by Sarvesh Kalwit · 10 months ago
  81. 2cb3f6d jni_zero: moving generate_jni gn template into third_party by Sam Maier · 10 months ago
  82. 52dc93f [device] Use base::Contains() instead of std or container::find() by Ho Cheung · 10 months ago
  83. d59d5bd [CrOS Bluetooth] Hide the non-discoverable LE devices by Michael Sun · 10 months ago
  84. c8043a5a [floss] BluetoothSocketFloss: Run listen/close callback on state changed by Hsin-chen Chuang · 10 months ago
  85. b69914e Enable bluetooth devcoredump by Manish Mandlik · 10 months ago
  86. f75d5f9 [Floss] Restore previous Bluetooth adapter state on sign out by Sarvesh Kalwit · 10 months ago
  87. 7fd8f61 [Copyright] Fix copyright headers in Chromium. by mark a. foltz · 10 months ago
  88. 5235224 Updating XTBs based on .GRDs from branch main by Ben Mason · 10 months ago
  89. 6abedf8 [Floss]: Add experimental flag to bypass Floss availability check by Yun-Hao Chung · 10 months ago
  90. 71800b9 [floss] Fix wrong parameter used in StartAndStopAdvertisingSet test by Ying Hsu · 11 months ago
  91. 28154a6 Move ScopedTypeRef and ScopedCFTypeRef into base::apple:: by Avi Drissman · 11 months ago
  92. eac566b0 Move foundation_util to base/apple, leave a forwarding header by Avi Drissman · 11 months ago
  93. 7f94275 [floss] Use different GATT APP UUIDs on Ash and LaCrOS by Hsin-chen Chuang · 11 months ago
  94. a09d7dd Move scoped_cftypreref to base/apple, leave a forwarding header by Avi Drissman · 11 months ago
  95. 77a8537 Reland "bluetooth: Always include bonded devices in UI" by Chad Duffin · 11 months ago
  96. d634307 [Floss] Fix kBluetoothTelephonyObjectFormat dbus path by WhaleChang · 11 months ago
  97. 3b22959 [floss] Fix emulator can't toggle Bluetooth by Hsin-chen Chuang · 11 months ago
  98. 22c7268 [floss] Fix emulator doesn't show Bluetooth tile by Hsin-chen Chuang · 11 months ago
  99. 2935e28 [floss] Audit callbacks removal by Katherine Lai · 11 months ago
  100. a181814 [floss] Rename powered on/off to enabled/disabled by Hsin-chen Chuang · 11 months ago