1. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 3 months ago
  2. d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 7 months ago
  3. 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 9 months ago
  4. 50e2b63 Migrate bluetooth to ktfmt by Omar Ismail · 9 months ago
  5. 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 10 months ago
  6. b66a78d Remove attempts to override targetSdkVersion per project by Aurimas Liutikas · 1 year ago
  7. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
  8. 313f0fe Add GATT service one by one by Kyunglyul Hyun · 1 year, 3 months ago
  9. 575f785 Lower minSdkVersion to 25 by Ömer Faruk Yılmaz · 1 year, 3 months ago
  10. 358e2ee Convert openGattServer to flow by Kyunglyul Hyun · 1 year, 4 months ago
  11. 0c69075 Throw `AdvertiseException` on advertise fail by Ömer Faruk Yılmaz · 1 year, 4 months ago
  12. 36099ff Typo fix in GattClient by Ömer Faruk Yılmaz · 1 year, 4 months ago
  13. b641e41 Extract scan functionality to its own class by Ömer Faruk Yılmaz · 1 year, 4 months ago
  14. 03369c5 Convert advertise to Flow and Use startAdvertisingSet internally by Kyunglyul Hyun · 1 year, 6 months ago
  15. 4c3dee5 Keep all framework bluetooth imports consistent as FwkFoo, FwkBar by Ömer Faruk Yılmaz · 1 year, 4 months ago
  16. 12e42e9 Throw exception when write or notify size > 512 by Kyunglyul Hyun · 1 year, 5 months ago
  17. e04ee28 Let GattServer know the subscribed characteristics by Kyunglyul Hyun · 1 year, 5 months ago
  18. 0db46a1 Merge "Do not return false from notify" into androidx-main by Kyunglyul Hyun · 1 year, 5 months ago
  19. f443608 Add tests for API coverage by Kyunglyul Hyun · 1 year, 5 months ago
  20. 965ce00 Do not return false from notify by Kyunglyul Hyun · 1 year, 5 months ago
  21. 2954e29 Merge "Close GATT when the job is finished" into androidx-main by Kyunglyul Hyun · 1 year, 6 months ago
  22. 35506c0 Remove AdvertiseResult by Kyunglyul Hyun · 1 year, 6 months ago
  23. 526ec99 Close GATT when the job is finished by Kyunglyul Hyun · 1 year, 6 months ago
  24. b8d2399 Handle reliable writes request by Kyunglyul Hyun · 1 year, 6 months ago
  25. 2cf3bb3 Fix GATT server sending notification by Kyunglyul Hyun · 1 year, 6 months ago
  26. 7c32263 Handle onServiceChanged callback by Kyunglyul Hyun · 1 year, 6 months ago
  27. 137f75d Cleans up GattClient by Kyunglyul Hyun · 1 year, 6 months ago
  28. a66d8f3 Merge "Correct GattServerRequest" into androidx-main by Kyunglyul Hyun · 1 year, 6 months ago
  29. b95d287 Correct GattServerRequest by Kyunglyul Hyun · 1 year, 6 months ago
  30. 56fe7a9 Change BluetoothLe.advertise by Kyunglyul Hyun · 1 year, 6 months ago
  31. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 1 year, 6 months ago
  32. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 6 months ago
  33. 7f0cd51 Merge "Make GATT server methods public" into androidx-main by Kyunglyul Hyun · 1 year, 6 months ago
  34. df85e19 Merge "Updated GattCharacteristic and GattService" into androidx-main by Kyunglyul Hyun · 1 year, 6 months ago
  35. 25f9ddc Make GATT server methods public by Kyunglyul Hyun · 1 year, 7 months ago
  36. 91ebbe4 Updated GattCharacteristic and GattService by Kyunglyul Hyun · 1 year, 6 months ago
  37. 3dc0c2b Clean up duplicate methods by Kyunglyul Hyun · 1 year, 6 months ago
  38. 78a883b Make GattService and GattCharacteristic public by Kyunglyul Hyun · 1 year, 7 months ago
  39. c97733f Merge "Clean up framework classes import" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  40. 5249d6b Merge "Remove address from BluetoothDevice" into androidx-main by Kyunglyul Hyun · 1 year, 7 months ago
  41. c0b99b2 Clean up framework classes import by Kyunglyul Hyun · 1 year, 7 months ago
  42. 46332e1 Add tests for GattServer by Kyunglyul Hyun · 1 year, 7 months ago
  43. 0bd9d6a Remove address from BluetoothDevice by Kyunglyul Hyun · 1 year, 7 months ago
  44. 9549216 Merge "Add tests for GattServer" into androidx-main by Kyunglyul Hyun · 1 year, 7 months ago
  45. 1efbec9 Add tests for GattServer by Kyunglyul Hyun · 1 year, 7 months ago
  46. e06e3ebf Add tests for BluetoothLe#scan by Kyunglyul Hyun · 1 year, 7 months ago
  47. f60a299 Add more tests related to GattClient by Kyunglyul Hyun · 1 year, 7 months ago
  48. 15701e9 Add tests for BluetoothLe#connectGatt by Kyunglyul Hyun · 1 year, 7 months ago
  49. bb58cd4 Clean up scan related methods by Kyunglyul Hyun · 1 year, 8 months ago
  50. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
  51. 4414977 Add scan implementation inside BluetoothLe class by Kihong Seong · 1 year, 11 months ago
  52. 78f18bb Add robolectric test for advertise by Kyunglyul Hyun · 1 year, 9 months ago
  53. 55d963a Opt-in a,b,c-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 10 months ago
  54. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 10 months ago
  55. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 10 months ago
  56. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 10 months ago
  57. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 10 months ago
  58. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 2 years, 3 months ago
  59. 1c6449b Add Kotlin dependency to bluetooth and bluetooth-testing by Ömer Faruk Yılmaz · 2 years, 9 months ago
  60. abeb759 Add an empty bluetooth-testing lib by repo sync -c -j8 · 2 years, 10 months ago