1. 00ce79e Merge "Check properties before operation." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  2. 385cddb Check properties before operation. by Kyunglyul Hyun · 1 year, 3 months ago
  3. 14af980 Merge "Make address type public" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  4. 8b2cac5 Make address type public by Kyunglyul Hyun · 1 year, 3 months ago
  5. 7907d69 Add connectGatt method in BluetoothLe object by Kyunglyul Hyun · 1 year, 3 months ago
  6. a7b69dd Merge "Add constructors for GATT classes" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  7. f3dc152 Add additional address types to AddressType class by Kihong Seong · 1 year, 4 months ago
  8. a28fb85 Add constructors for GATT classes by Kyunglyul Hyun · 1 year, 3 months ago
  9. 9e297cf Rename `gattServer` to `openGattServer` by Ömer Faruk Yılmaz · 1 year, 3 months ago
  10. db99e8f Merge "Add scan implementation inside BluetoothLe class" into androidx-main by Sungsoo Lim · 1 year, 3 months ago
  11. 4414977 Add scan implementation inside BluetoothLe class by Kihong Seong · 1 year, 6 months ago
  12. 86ab143 Merge "Enable read/write descriptors" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  13. 546044c Allow adding services and characteristics to GATT Server by Ömer Faruk Yılmaz · 1 year, 3 months ago
  14. 5934273 Merge "Use mutex to implement queueing" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  15. 058dd9e Enable read/write descriptors by Kyunglyul Hyun · 1 year, 3 months ago
  16. c60b349 Use mutex to implement queueing by Kyunglyul Hyun · 1 year, 4 months ago
  17. bef05e5 Merge "Add ScanResult class" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  18. a79fb95 Add ScanResult class by Kihong Seong · 1 year, 4 months ago
  19. 212157b Rename connection status to `DISCONNECTED` by Ömer Faruk Yılmaz · 1 year, 4 months ago
  20. 5f050d8 Merge "Add robolectric test for advertise" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  21. 78f18bb Add robolectric test for advertise by Kyunglyul Hyun · 1 year, 3 months ago
  22. 9f4a63f Merge "Use mutex instead of synchronized" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  23. 6e27aab Merge "Add descriptors to BluetoothGattCharacteristic" into androidx-main by Kyunglyul Hyun · 1 year, 3 months ago
  24. a21230f Add descriptors to BluetoothGattCharacteristic by Kyunglyul Hyun · 1 year, 4 months ago
  25. 35963d2 Add documentation for BluetoothGattDesccriptor by Kyunglyul Hyun · 1 year, 4 months ago
  26. ba89ef1 Define properties & permissions for characteristic by Kyunglyul Hyun · 1 year, 4 months ago
  27. ab986ca Use mutex instead of synchronized by Kyunglyul Hyun · 1 year, 4 months ago
  28. d2eebe3 Merge "Monitor Bluetooth on/off state and show banner accordingly" into androidx-main by Ömer Faruk Yılmaz · 1 year, 4 months ago
  29. 6d0bd36 Monitor Bluetooth on/off state and show banner accordingly by Ömer Faruk Yılmaz · 1 year, 4 months ago
  30. f27a5ef Use LiveData for bluetooth scan results by Ömer Faruk Yılmaz · 1 year, 4 months ago
  31. 402b021 Refactor ViewModel variables to use `by viewModels()` and rename to `viewModel` by Ömer Faruk Yılmaz · 1 year, 4 months ago
  32. 4569414 Refactor connection classes and organize TODOs for BluetoothX migration by Ömer Faruk Yılmaz · 1 year, 4 months ago
  33. 477ae6b Allow writing Characteristic by Ömer Faruk Yılmaz · 1 year, 4 months ago
  34. a811a1b Show Characteristic properties by Ömer Faruk Yılmaz · 1 year, 4 months ago
  35. 6c10418 Show read Characteristic value by Ömer Faruk Yılmaz · 1 year, 4 months ago
  36. 0c760d2 Allow reading of characteristic on user click by Ömer Faruk Yılmaz · 1 year, 4 months ago
  37. 21fc25f Allow disconnecting from a BluetoothDevice by Ömer Faruk Yılmaz · 1 year, 4 months ago
  38. 5452c4e Show Device Service Characteristics by Ömer Faruk Yılmaz · 1 year, 4 months ago
  39. d8d4d1b Merge "Add BluetoothGattDescriptor" into androidx-main by Kyunglyul Hyun · 1 year, 4 months ago
  40. 48bad03 Add BluetoothGattDescriptor by Kyunglyul Hyun · 1 year, 4 months ago
  41. cb88b30 Optimize Scanner to use BluetoothDevice instead of ScanResult by Ömer Faruk Yılmaz · 1 year, 4 months ago
  42. 51461f0 Allow removing BluetoothDevice by Ömer Faruk Yılmaz · 1 year, 4 months ago
  43. 55d963a Opt-in a,b,c-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  44. f00934c Merge "Remove use of @hide in bluetooth library" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  45. 3bd2011 Remove use of @hide in bluetooth library by Aurimas Liutikas · 1 year, 4 months ago
  46. 8dc080c Disable edit text for unchangeable DisplayName (Not part of BluetoothX APIs) by Ömer Faruk Yılmaz · 1 year, 4 months ago
  47. 81d1749 Merge "Allow opening a GATT Server in BluetoothX Testapp" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  48. 18581dc Allow reconnecting to Bluetooth Device by Ömer Faruk Yılmaz · 1 year, 4 months ago
  49. 44e2a7c Allow opening a GATT Server in BluetoothX Testapp by Ömer Faruk Yılmaz · 1 year, 4 months ago
  50. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 4 months ago
  51. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  52. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  53. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 4 months ago
  54. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  55. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  56. 3229742 Fix testapp Device Tab name being empty by Ömer Faruk Yılmaz · 1 year, 4 months ago
  57. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 5 months ago
  58. 6a52043 Moving/removing some comments between imports by Jeff Gaston · 1 year, 5 months ago
  59. 8b4bc02 Add ScanFilter class by Kihong Seong · 1 year, 5 months ago
  60. 5b09eb0 Merge "Add BluetoothAddress class" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  61. f5123f8 Add BluetoothAddress class by Kihong Seong · 1 year, 5 months ago
  62. b00a4ef Merge "Implement GATT subscribe method" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  63. fc6b405 Merge "Introduce Gatt service/characteristic classes" into androidx-main by Kyunglyul Hyun · 1 year, 5 months ago
  64. 2faa314 Merge "Allow connecting to a bluetooth device on Scanner page" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  65. 78f32b5 Allow connecting to a bluetooth device on Scanner page by Ömer Faruk Yılmaz · 1 year, 5 months ago
  66. 51ce0b7 Polish up Advertiser page UI for Testapp Demo by Ömer Faruk Yılmaz · 1 year, 5 months ago
  67. a3b6253 Polish up Scanner page UI for Testapp Demo by Ömer Faruk Yılmaz · 1 year, 5 months ago
  68. d19ddd8 Introduce Gatt service/characteristic classes by Kyunglyul Hyun · 1 year, 5 months ago
  69. bfa4622 Allow advertising via configured AdvertiseParams on Advertiser screen by Ömer Faruk Yılmaz · 1 year, 5 months ago
  70. 75da763 Implement GATT subscribe method by Kyunglyul Hyun · 1 year, 5 months ago
  71. 4c42302 Merge "Persist Testapp scanResults across tab navigation" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  72. c1ddc8c Merge "Add ScanType enum @IntDef" into androidx-main by Kihong Seong · 1 year, 5 months ago
  73. ab2d01e Add ScanType enum @IntDef by Kihong Seong · 1 year, 5 months ago
  74. 6d6a612 Persist Testapp scanResults across tab navigation by Ömer Faruk Yılmaz · 1 year, 5 months ago
  75. 6dbdb18 Add AddressType enum @IntDef by Kihong Seong · 1 year, 5 months ago
  76. adf8738 Make AdvertiseParams not data class and collections non-nullable by Ömer Faruk Yılmaz · 1 year, 5 months ago
  77. 687c540 Add BluetoothX advertise implementation by Ömer Faruk Yılmaz · 1 year, 6 months ago
  78. 5db8880 Merge "Show ScanResults on Scanner screen" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  79. 49c2639 Show ScanResults on Scanner screen by Ömer Faruk Yılmaz · 1 year, 5 months ago
  80. 422dc6c Update minSdkVersion to Android T for BluetoothX alpha by Ömer Faruk Yılmaz · 1 year, 5 months ago
  81. 46b7e20 Merge "Add BottomNavigation with empty Scanner and Advertiser screens" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  82. 8d87e69 Add BottomNavigation with empty Scanner and Advertiser screens by Ömer Faruk Yılmaz · 1 year, 5 months ago
  83. ff28baa Merge "Request max MTU on Connecting GATT" into androidx-main by Kyunglyul Hyun · 1 year, 5 months ago
  84. 0658657 Request max MTU on Connecting GATT by Kyunglyul Hyun · 1 year, 6 months ago
  85. 13fcaec Merge "Target BluetoothX minSDK Android S for now" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  86. 856c598 Target BluetoothX minSDK Android S for now by Ömer Faruk Yılmaz · 1 year, 6 months ago
  87. 6fd4f10 Remove incorrect Advertise serviceData that causes advertise failure by Ömer Faruk Yılmaz · 1 year, 6 months ago
  88. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 6 months ago
  89. 90b0381 Merge "Add non null assumption for bluetooth adapter in BluetoothDeviceTest" into androidx-main by Kihong Seong · 1 year, 6 months ago
  90. 82f3e0b Add AdvertiseResult enum @IntDef by Ömer Faruk Yılmaz · 1 year, 7 months ago
  91. a2cc42b Add GattClientImpl to connect to a remote GATT server by Kyunglyul Hyun · 1 year, 7 months ago
  92. 7c576c0 Add non null assumption for bluetooth adapter in BluetoothDeviceTest by Kihong Seong · 1 year, 6 months ago
  93. af0c2ee Add BluetoothDevice class and test to androidx.bluetooth package by Kihong Seong · 1 year, 6 months ago
  94. e4ba5e3 Restrict AndroidX Bluetooth owners by Christine Hallstrom · 1 year, 7 months ago
  95. 007b453 Merge "Quick fix on unimplemented TODO() crash" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  96. 26a3923 Quick fix on unimplemented TODO() crash by Ömer Faruk Yılmaz · 1 year, 7 months ago
  97. 070be79 Merge "Remove bluetooth-core" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  98. 1c5f368 Remove bluetooth-core by Christine Hallstrom · 1 year, 7 months ago
  99. d0d1c72 Remove FwkFragment and rename BluetoothX/Btx to AndroidX Bluetooth by Ömer Faruk Yılmaz · 1 year, 7 months ago
  100. 628583a Move scan function to BluetoothLe class by Kihong Seong · 1 year, 7 months ago