Skip to content

Releases: sirvar/bluetoothkit-android

Add isConnected method

01 Apr 21:46

Choose a tag to compare

Adds method to see if there is an active Bluetooth connection

Code Optimization

04 Jan 23:23
e27fc84

Choose a tag to compare

This release is focused on optimizing the codebase to further follow Kotlin design, courtesy of @aouerfelli.

Bluetooth Communication

17 Dec 02:00

Choose a tag to compare

This release has support for Bluetooth communication via IO stream read and write in bytes.

  • scanning for new devices
  • pairing a new device
  • data transfer between Bluetooth devices
  • BLE support

Initial release

26 Oct 00:40
2a5a1ed

Choose a tag to compare

What's working

  • enable/disable Bluetooth
  • viewing all paired devices
  • finding paired devices
  • connecting to a paired device
  • ending a Bluetooth connection

Upcoming in future releases

  • scanning for new devices
  • pairing a new device
  • data transfer between Bluetooth devices
  • BLE support