1. 13fcaec Merge "Target BluetoothX minSDK Android S for now" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  2. 856c598 Target BluetoothX minSDK Android S for now by Ömer Faruk Yılmaz · 1 year, 3 months ago
  3. 6fd4f10 Remove incorrect Advertise serviceData that causes advertise failure by Ömer Faruk Yılmaz · 1 year, 3 months ago
  4. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  5. 90b0381 Merge "Add non null assumption for bluetooth adapter in BluetoothDeviceTest" into androidx-main by Kihong Seong · 1 year, 3 months ago
  6. 82f3e0b Add AdvertiseResult enum @IntDef by Ömer Faruk Yılmaz · 1 year, 4 months ago
  7. a2cc42b Add GattClientImpl to connect to a remote GATT server by Kyunglyul Hyun · 1 year, 4 months ago
  8. 7c576c0 Add non null assumption for bluetooth adapter in BluetoothDeviceTest by Kihong Seong · 1 year, 3 months ago
  9. af0c2ee Add BluetoothDevice class and test to androidx.bluetooth package by Kihong Seong · 1 year, 3 months ago
  10. e4ba5e3 Restrict AndroidX Bluetooth owners by Christine Hallstrom · 1 year, 4 months ago
  11. 007b453 Merge "Quick fix on unimplemented TODO() crash" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  12. 26a3923 Quick fix on unimplemented TODO() crash by Ömer Faruk Yılmaz · 1 year, 4 months ago
  13. 070be79 Merge "Remove bluetooth-core" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  14. 1c5f368 Remove bluetooth-core by Christine Hallstrom · 1 year, 4 months ago
  15. d0d1c72 Remove FwkFragment and rename BluetoothX/Btx to AndroidX Bluetooth by Ömer Faruk Yılmaz · 1 year, 4 months ago
  16. 628583a Move scan function to BluetoothLe class by Kihong Seong · 1 year, 4 months ago
  17. 8fac75e Show ScanResults in Testapp by Ömer Faruk Yılmaz · 1 year, 4 months ago
  18. d02ce7a Merge "Add stopScan functionality to Testapp" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  19. d74aba7 Add stopScan functionality to Testapp by Ömer Faruk Yılmaz · 1 year, 4 months ago
  20. f6de086 Fix missing location permission on Testapp by Ömer Faruk Yılmaz · 1 year, 4 months ago
  21. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 4 months ago
  22. dcd0ee7 Extract BluetoothLe, AdvertiseResult, and GattServerCallback to their respective classes by Ömer Faruk Yılmaz · 1 year, 4 months ago
  23. 3ca844d Add BluetoothX openGattServer by Ömer Faruk Yılmaz · 1 year, 4 months ago
  24. dcc88a9 Add Framework openGattServer by Ömer Faruk Yılmaz · 1 year, 4 months ago
  25. 17890ab Allow stopping of Framework advertising by Ömer Faruk Yılmaz · 1 year, 5 months ago
  26. ac605be Cancel scanJob onDestroyView by Ömer Faruk Yılmaz · 1 year, 5 months ago
  27. a264e06 Add Flow for scan by Kihong Seong · 1 year, 5 months ago
  28. 74178bc Add Flow for advertise by Ömer Faruk Yılmaz · 1 year, 5 months ago
  29. 8048763 Implement BottomNavigation for BluetoothX Testapp by Ömer Faruk Yılmaz · 1 year, 5 months ago
  30. 86e307f Bump Bluetooth testapp dependencies by Ömer Faruk Yılmaz · 1 year, 5 months ago
  31. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  32. ae0734b Make BluetoothX tests passed by Sungsoo Lim · 1 year, 7 months ago
  33. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 1 year, 8 months ago
  34. 61ab3e8 Merge "AdvertiseData: change impl structure" into androidx-main by Kihong Seong · 1 year, 10 months ago
  35. 42192f2 AdvertiseData: change impl structure by Kihong Seong · 1 year, 10 months ago
  36. 30f4101 Add BluetoothX core's BluetoothDevice by hieudz · 1 year, 10 months ago
  37. fcd0007 Merge "Fix compatible errors in SDK 21" into androidx-main by Hieu Dang · 1 year, 10 months ago
  38. 5fba481 Fix compatible errors in SDK 21 by hieudz · 1 year, 10 months ago
  39. 4dbcd8f Unhide AdvertiseSettings by Kihong Seong · 1 year, 10 months ago
  40. 85e65fb Hide Bundleable interface by Sungsoo Lim · 1 year, 10 months ago
  41. c1d9b8a Merge "AdvertiseData: support API 31" into androidx-main by Kihong Seong · 1 year, 10 months ago
  42. 9d3a999 AdvertiseData: support API 31 by Kihong Seong · 1 year, 10 months ago
  43. 6dfc9df Unhide ScanFilter by Sungsoo Lim · 1 year, 10 months ago
  44. e5c9bf8 Merge "Rename ScanFilter internal classes" into androidx-main by Sungsoo Lim · 1 year, 10 months ago
  45. 9a7e19e Add BluetoothAdapterTest by hieudz · 1 year, 10 months ago
  46. 23d8fa2 Merge "AdvertiseSettings: Add test" into androidx-main by Kihong Seong · 1 year, 10 months ago
  47. 06f61b8 Rename ScanFilter internal classes by Sungsoo Lim · 1 year, 10 months ago
  48. d9bdc73 Merge "ScanFilter: support API 33" into androidx-main by Sungsoo Lim · 1 year, 10 months ago
  49. 568d6ea AdvertiseSettings: Add test by Kihong Seong · 1 year, 10 months ago
  50. 20627e7 Merge "Add BluetoothX core's AdvertisingSetParameters" into androidx-main by Kihong Seong · 1 year, 10 months ago
  51. eafab57 Add BluetoothX core's AdvertisingSetParameters by Kihong Seong · 1 year, 10 months ago
  52. 9fe01fc Merge "Add BluetoothX's core BluetoothClass" into androidx-main by Hieu Dang · 1 year, 10 months ago
  53. ceffe33 Add BluetoothX's core BluetoothClass by hieudz · 1 year, 10 months ago
  54. 45d1981 ScanFilter: support API 33 by Sungsoo Lim · 1 year, 10 months ago
  55. 0932e51 Add bluetooth-core tests by hieudz · 1 year, 10 months ago
  56. d1ae957 Merge "Add BluetoothX core's BluetoothAdapter" into androidx-main by Hieu Dang · 1 year, 10 months ago
  57. bfcb91f Merge "Add BluetoothX core's AdvertiseData" into androidx-main by Kihong Seong · 1 year, 10 months ago
  58. 5821965 Merge "AdvertiseSettings: implement bundleable and constructor" into androidx-main by Kihong Seong · 1 year, 10 months ago
  59. 3ea1f03 Merge "ScanFilter: support API 29" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  60. b0e46b1 Merge "Use Kotlin singleton patten for Utils" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  61. 1b7dd6d Add BluetoothX core's AdvertiseData by Kihong Seong · 1 year, 11 months ago
  62. 0bb47fb AdvertiseSettings: implement bundleable and constructor by Kihong Seong · 1 year, 10 months ago
  63. 16725f4 Merge "Add BluetoothX core's AdvertiseSettings" into androidx-main by Kihong Seong · 1 year, 10 months ago
  64. d0ead23 Use Kotlin singleton patten for Utils by Sungsoo Lim · 1 year, 10 months ago
  65. d11107f ScanFilter: support API 29 by Sungsoo Lim · 1 year, 10 months ago
  66. 82386fd Add BluetoothX core's AdvertiseSettings by Kihong Seong · 1 year, 11 months ago
  67. a4d9040 Add ScanFilter into bluetooth-core by Sungsoo Lim · 1 year, 10 months ago
  68. 358bea6 Add BluetoothX core's BluetoothAdapter by hieudz · 1 year, 11 months ago
  69. fee2c27 Merge "Add BluetoothX core's ScanSettings" into androidx-main by Ömer Faruk Yılmaz · 1 year, 11 months ago
  70. 35b4e16 Add BluetoothX core's ScanSettings by Ömer Faruk Yılmaz · 1 year, 11 months ago
  71. 6e821d4 Add BluetoothX core's BluetoothLeScanner by Ömer Faruk Yılmaz · 1 year, 11 months ago
  72. a7f987b Move & add comments for BluetoothX classes by hieudz · 1 year, 11 months ago
  73. 4bca0c6a Merge "Add BluetoothX core's BluetoothGattService" into androidx-main by Hieu Dang · 1 year, 11 months ago
  74. e969082 Add BluetoothX core's BluetoothGattService by hieudz · 1 year, 11 months ago
  75. b612d44 Add BluetoothX core's BluetoothManager by Ömer Faruk Yılmaz · 1 year, 11 months ago
  76. 82eca5d Merge "Add BluetoothX core's AdvertiseCallback" into androidx-main by Kihong Seong · 2 years ago
  77. d076509 Add BluetoothX core's AdvertisingSetCallback by Ömer Faruk Yılmaz · 2 years ago
  78. 3e95448 Add BluetoothX core's ScanCallback by Ömer Faruk Yılmaz · 2 years ago
  79. a9b46cd Merge "Add empty bluetooth-core" into androidx-main by Ömer Faruk Yılmaz · 2 years ago
  80. 3e5d120 Add BluetoothX core's BluetoothGattCharacteristic by hieudz · 2 years ago
  81. 4f7a9e4 Add BluetoothX core's AdvertiseCallback by Kihong Seong · 2 years ago
  82. 4d5050a Add empty bluetooth-core by Ömer Faruk Yılmaz · 2 years ago
  83. ae88214 Merge "Add BluetoothX core's BluetoothGattDescriptor" into androidx-main by Hieu Dang · 2 years ago
  84. 9284c22 Add BluetoothX core's BluetoothGattDescriptor by hieudz · 2 years ago
  85. d153514 Add start advertising method for current bluetooth framework by Kihong · 2 years ago
  86. 3911e6c Merge "Add hdmoon@, kihongs@, klhyun@, ofy@, thebestguy@ to Bluetooth OWNERS" into androidx-main by Ömer Faruk Yılmaz · 2 years ago
  87. f7a9759 Add hdmoon@, kihongs@, klhyun@, ofy@, thebestguy@ to Bluetooth OWNERS by Ömer Faruk Yılmaz · 2 years ago
  88. 3b68064 Add current and empty newbluetoothx scanning methods by Ömer Faruk Yılmaz · 2 years ago
  89. 1c6449b Add Kotlin dependency to bluetooth and bluetooth-testing by Ömer Faruk Yılmaz · 2 years ago
  90. 50f5683 Add empty bluetoothx-testapp by Ömer Faruk Yılmaz · 2 years, 1 month ago
  91. abeb759 Add an empty bluetooth-testing lib by repo sync -c -j8 · 2 years, 1 month ago
  92. 76b03324 Use android namespace instead of AndroidManifest package by repo sync -c -j8 · 2 years, 1 month ago
  93. f817bfd Add a new Androidx project for Bluetooth by Sungsoo Lim · 2 years, 2 months ago