1. 5452c4e Show Device Service Characteristics by Ömer Faruk Yılmaz · 1 year, 2 months ago
  2. d8d4d1b Merge "Add BluetoothGattDescriptor" into androidx-main by Kyunglyul Hyun · 1 year, 2 months ago
  3. 48bad03 Add BluetoothGattDescriptor by Kyunglyul Hyun · 1 year, 2 months ago
  4. cb88b30 Optimize Scanner to use BluetoothDevice instead of ScanResult by Ömer Faruk Yılmaz · 1 year, 2 months ago
  5. 51461f0 Allow removing BluetoothDevice by Ömer Faruk Yılmaz · 1 year, 2 months ago
  6. 55d963a Opt-in a,b,c-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  7. f00934c Merge "Remove use of @hide in bluetooth library" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  8. 3bd2011 Remove use of @hide in bluetooth library by Aurimas Liutikas · 1 year, 2 months ago
  9. 8dc080c Disable edit text for unchangeable DisplayName (Not part of BluetoothX APIs) by Ömer Faruk Yılmaz · 1 year, 2 months ago
  10. 81d1749 Merge "Allow opening a GATT Server in BluetoothX Testapp" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  11. 18581dc Allow reconnecting to Bluetooth Device by Ömer Faruk Yılmaz · 1 year, 2 months ago
  12. 44e2a7c Allow opening a GATT Server in BluetoothX Testapp by Ömer Faruk Yılmaz · 1 year, 2 months ago
  13. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  14. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  15. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  16. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  17. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  18. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  19. 3229742 Fix testapp Device Tab name being empty by Ömer Faruk Yılmaz · 1 year, 2 months ago
  20. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  21. 6a52043 Moving/removing some comments between imports by Jeff Gaston · 1 year, 2 months ago
  22. 8b4bc02 Add ScanFilter class by Kihong Seong · 1 year, 2 months ago
  23. 5b09eb0 Merge "Add BluetoothAddress class" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  24. f5123f8 Add BluetoothAddress class by Kihong Seong · 1 year, 2 months ago
  25. b00a4ef Merge "Implement GATT subscribe method" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  26. fc6b405 Merge "Introduce Gatt service/characteristic classes" into androidx-main by Kyunglyul Hyun · 1 year, 2 months ago
  27. 2faa314 Merge "Allow connecting to a bluetooth device on Scanner page" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  28. 78f32b5 Allow connecting to a bluetooth device on Scanner page by Ömer Faruk Yılmaz · 1 year, 2 months ago
  29. 51ce0b7 Polish up Advertiser page UI for Testapp Demo by Ömer Faruk Yılmaz · 1 year, 2 months ago
  30. a3b6253 Polish up Scanner page UI for Testapp Demo by Ömer Faruk Yılmaz · 1 year, 2 months ago
  31. d19ddd8 Introduce Gatt service/characteristic classes by Kyunglyul Hyun · 1 year, 3 months ago
  32. bfa4622 Allow advertising via configured AdvertiseParams on Advertiser screen by Ömer Faruk Yılmaz · 1 year, 2 months ago
  33. 75da763 Implement GATT subscribe method by Kyunglyul Hyun · 1 year, 3 months ago
  34. 4c42302 Merge "Persist Testapp scanResults across tab navigation" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  35. c1ddc8c Merge "Add ScanType enum @IntDef" into androidx-main by Kihong Seong · 1 year, 2 months ago
  36. ab2d01e Add ScanType enum @IntDef by Kihong Seong · 1 year, 2 months ago
  37. 6d6a612 Persist Testapp scanResults across tab navigation by Ömer Faruk Yılmaz · 1 year, 2 months ago
  38. 6dbdb18 Add AddressType enum @IntDef by Kihong Seong · 1 year, 3 months ago
  39. adf8738 Make AdvertiseParams not data class and collections non-nullable by Ömer Faruk Yılmaz · 1 year, 3 months ago
  40. 687c540 Add BluetoothX advertise implementation by Ömer Faruk Yılmaz · 1 year, 3 months ago
  41. 5db8880 Merge "Show ScanResults on Scanner screen" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  42. 49c2639 Show ScanResults on Scanner screen by Ömer Faruk Yılmaz · 1 year, 3 months ago
  43. 422dc6c Update minSdkVersion to Android T for BluetoothX alpha by Ömer Faruk Yılmaz · 1 year, 3 months ago
  44. 46b7e20 Merge "Add BottomNavigation with empty Scanner and Advertiser screens" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  45. 8d87e69 Add BottomNavigation with empty Scanner and Advertiser screens by Ömer Faruk Yılmaz · 1 year, 3 months ago
  46. ff28baa Merge "Request max MTU on Connecting GATT" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  47. 0658657 Request max MTU on Connecting GATT by Kyunglyul Hyun · 1 year, 3 months ago
  48. 13fcaec Merge "Target BluetoothX minSDK Android S for now" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  49. 856c598 Target BluetoothX minSDK Android S for now by Ömer Faruk Yılmaz · 1 year, 3 months ago
  50. 6fd4f10 Remove incorrect Advertise serviceData that causes advertise failure by Ömer Faruk Yılmaz · 1 year, 3 months ago
  51. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  52. 90b0381 Merge "Add non null assumption for bluetooth adapter in BluetoothDeviceTest" into androidx-main by Kihong Seong · 1 year, 3 months ago
  53. 82f3e0b Add AdvertiseResult enum @IntDef by Ömer Faruk Yılmaz · 1 year, 4 months ago
  54. a2cc42b Add GattClientImpl to connect to a remote GATT server by Kyunglyul Hyun · 1 year, 4 months ago
  55. 7c576c0 Add non null assumption for bluetooth adapter in BluetoothDeviceTest by Kihong Seong · 1 year, 3 months ago
  56. af0c2ee Add BluetoothDevice class and test to androidx.bluetooth package by Kihong Seong · 1 year, 3 months ago
  57. e4ba5e3 Restrict AndroidX Bluetooth owners by Christine Hallstrom · 1 year, 4 months ago
  58. 007b453 Merge "Quick fix on unimplemented TODO() crash" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  59. 26a3923 Quick fix on unimplemented TODO() crash by Ömer Faruk Yılmaz · 1 year, 4 months ago
  60. 070be79 Merge "Remove bluetooth-core" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  61. 1c5f368 Remove bluetooth-core by Christine Hallstrom · 1 year, 4 months ago
  62. d0d1c72 Remove FwkFragment and rename BluetoothX/Btx to AndroidX Bluetooth by Ömer Faruk Yılmaz · 1 year, 4 months ago
  63. 628583a Move scan function to BluetoothLe class by Kihong Seong · 1 year, 5 months ago
  64. 8fac75e Show ScanResults in Testapp by Ömer Faruk Yılmaz · 1 year, 5 months ago
  65. d02ce7a Merge "Add stopScan functionality to Testapp" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  66. d74aba7 Add stopScan functionality to Testapp by Ömer Faruk Yılmaz · 1 year, 5 months ago
  67. f6de086 Fix missing location permission on Testapp by Ömer Faruk Yılmaz · 1 year, 5 months ago
  68. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 5 months ago
  69. dcd0ee7 Extract BluetoothLe, AdvertiseResult, and GattServerCallback to their respective classes by Ömer Faruk Yılmaz · 1 year, 5 months ago
  70. 3ca844d Add BluetoothX openGattServer by Ömer Faruk Yılmaz · 1 year, 5 months ago
  71. dcc88a9 Add Framework openGattServer by Ömer Faruk Yılmaz · 1 year, 5 months ago
  72. 17890ab Allow stopping of Framework advertising by Ömer Faruk Yılmaz · 1 year, 5 months ago
  73. ac605be Cancel scanJob onDestroyView by Ömer Faruk Yılmaz · 1 year, 5 months ago
  74. a264e06 Add Flow for scan by Kihong Seong · 1 year, 5 months ago
  75. 74178bc Add Flow for advertise by Ömer Faruk Yılmaz · 1 year, 5 months ago
  76. 8048763 Implement BottomNavigation for BluetoothX Testapp by Ömer Faruk Yılmaz · 1 year, 5 months ago
  77. 86e307f Bump Bluetooth testapp dependencies by Ömer Faruk Yılmaz · 1 year, 5 months ago
  78. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  79. ae0734b Make BluetoothX tests passed by Sungsoo Lim · 1 year, 7 months ago
  80. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 1 year, 8 months ago
  81. 61ab3e8 Merge "AdvertiseData: change impl structure" into androidx-main by Kihong Seong · 1 year, 10 months ago
  82. 42192f2 AdvertiseData: change impl structure by Kihong Seong · 1 year, 10 months ago
  83. 30f4101 Add BluetoothX core's BluetoothDevice by hieudz · 1 year, 10 months ago
  84. fcd0007 Merge "Fix compatible errors in SDK 21" into androidx-main by Hieu Dang · 1 year, 10 months ago
  85. 5fba481 Fix compatible errors in SDK 21 by hieudz · 1 year, 10 months ago
  86. 4dbcd8f Unhide AdvertiseSettings by Kihong Seong · 1 year, 10 months ago
  87. 85e65fb Hide Bundleable interface by Sungsoo Lim · 1 year, 10 months ago
  88. c1d9b8a Merge "AdvertiseData: support API 31" into androidx-main by Kihong Seong · 1 year, 10 months ago
  89. 9d3a999 AdvertiseData: support API 31 by Kihong Seong · 1 year, 10 months ago
  90. 6dfc9df Unhide ScanFilter by Sungsoo Lim · 1 year, 10 months ago
  91. e5c9bf8 Merge "Rename ScanFilter internal classes" into androidx-main by Sungsoo Lim · 1 year, 10 months ago
  92. 9a7e19e Add BluetoothAdapterTest by hieudz · 1 year, 11 months ago
  93. 23d8fa2 Merge "AdvertiseSettings: Add test" into androidx-main by Kihong Seong · 1 year, 10 months ago
  94. 06f61b8 Rename ScanFilter internal classes by Sungsoo Lim · 1 year, 10 months ago
  95. d9bdc73 Merge "ScanFilter: support API 33" into androidx-main by Sungsoo Lim · 1 year, 10 months ago
  96. 568d6ea AdvertiseSettings: Add test by Kihong Seong · 1 year, 10 months ago
  97. 20627e7 Merge "Add BluetoothX core's AdvertisingSetParameters" into androidx-main by Kihong Seong · 1 year, 10 months ago
  98. eafab57 Add BluetoothX core's AdvertisingSetParameters by Kihong Seong · 1 year, 10 months ago
  99. 9fe01fc Merge "Add BluetoothX's core BluetoothClass" into androidx-main by Hieu Dang · 1 year, 10 months ago
  100. ceffe33 Add BluetoothX's core BluetoothClass by hieudz · 1 year, 11 months ago