Skip to content

Releases: PureSwift/BluetoothLinux

v2.3.4

15 Apr 12:40
Compare
Choose a tag to compare
  • Added Read and Write handlers to GATTServer

v2.3.3

14 Apr 18:32
Compare
Choose a tag to compare
  • Updated for Swift 3.0 development snapshot

v2.3.1

05 Apr 23:55
Compare
Choose a tag to compare
  • Fixed ioctl() for Swift 3.0

v2.3.0

05 Apr 22:56
Compare
Choose a tag to compare

v2.2.1

05 Apr 09:14
Compare
Choose a tag to compare

v2.2.0

02 Apr 06:05
Compare
Choose a tag to compare

v2.1.0

01 Apr 19:06
Compare
Choose a tag to compare
  • #5 Implemented GATT Server

v2.0.0

03 Mar 23:36
Compare
Choose a tag to compare
  • First release of BluetoothLinux without BlueZ dependency.
  • #4 Implemented Linux Bluetooth stack in PureSwift.
  • MIT Licensed, removed GPL constriction from BlueZ

v1.2.0

29 Feb 17:12
Compare
Choose a tag to compare
  • Renamed types and removed namespaces
  • Added L2CAPSocket
  • Made Unit Tests separate command line tools

v1.1.1

12 Jan 23:43
Compare
Choose a tag to compare
  • Fixed iBeacon functionality
  • Fixed Adapter.deviceRequest() not getting HCICommand data correctly.
  • Added HCIEvent
  • Added timeouts to unit tests