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