Releases: PureSwift/Bluetooth
Releases · PureSwift/Bluetooth
v1.5.3
- 181734e Renamed
Sequence<BitMaskOption>.flags
to rawValue
v1.5.1
- bfce3f5 Swift 3.0.2 fixes
- 03480c7 Renamed
BluetoothUUID.toUUID()
to BluetoothUUID.uuid
v1.5.0
- dcc3e49 Updated
BitMaskOption
- c727475 Updated
Enum
cases for Swift 3 style guides
v1.4.2
- c7251ce Fixed
ATTFindByTypeResponse
bytes parsing
v1.4.1
- f111176 Added Little Endian convenience methods for
BluetoothUUID
- d3b38a6 Added
UInt128.init(uuid: Foundation.UUID)
v1.4.0
- 434730a Refactored unit tests
- 5dd4fca Fixed
ATTFindByTypeResponse
- 37ae6c0 Refactored
BluetoothUUID
with 32 bit UUID and added UInt128
v1.3.3
- aa9f952 Added
Address
singletons (.any
, .none
)
- 658ca82 Fixed
BluetoothUUID
endianness
v1.3.2
- #1 Integrated Travis CI
- e16bd17 Added request-response mapping for
ATTOpcode
v1.3.1
- a15c521 Implemented Bluetooth Address string parsing
- 4121afb Added
HCIVersioned
- 234f386 Added
LowEnergy.CreateConnectionParameter
- 7db7263 Added
LowEnergyEvent.ConnectionCompleteParameter
- 0c271fe Added
HCICommandReturnParameter
- 3ad259b Added
LowEnergyCommand.ReadWhiteListSizeReturnParameter
- 4a08004 Added LE Connection Unit Test