Releases: PureSwift/BluetoothLinux
Releases · PureSwift/BluetoothLinux
v2.6.4
- #12 LE L2CAP Socket should never be BREDR
- #23 Fixed
GATTServerTest
for 16 bit UUID
- 2d9b5af Updated for Xcode 9
- 1dee118 Added
GATTClient.readCharacteristic()
- b0ba4b8 Return
.attributeNotLong
error
- 7530895 Added
GATTClient.readCharacteristics(using:)
- b1ff4c1 Swift 3.0.2 fix
v2.6.3
- a250d5c Improved performance with
BitMaskOptionSet
v2.6.2
- 5688f1c Implemented Discover Characteristics by UUID
- 9386d64 Improved performance with
BitMaskOptionSet
v2.6.1
- #20 Implemented
GATTClient.discoverAllCharacteristics()
v2.6.0
- #13 Implemented
GATTClient
- 7226186 Updated support for request callbacks in
ATTConnection
- 89ce8b7 Fixed
ATTConnection.pickNextSendOpcode()
- 84cd38d Added ATT error handling for responses in
ATTConnection
- e135ff2 Added
GATTClientTest
command line tool
v2.5.2
- 9604da3 Removed Carthage support and added SPM support for macOS
v2.5.1
- 218a54f Updated
Adapter.setLowEnergyScanResponse()
to support Foundation.Data
as a parameter.
- ac0b86b Updated
HCISendRequest()
for LE events
- 4355535 Added
Adapter.deviceRequest()
support for HCICommandReturnParameter
- 87f49de Fixed
HCIPacketHeader
byte parsing implementations
- 427661a Added
LECreateConnection
command line tool
v2.5.0
- #14 Implemented LE Scan
- 529401f Added LE Scan Response
- 64d857c Added LE scan command line tool
v2.4.2
- Updated for Swift 3.1
- Removed
SwiftFoundation
dependency