Releases: PureSwift/Bluetooth
Releases · PureSwift/Bluetooth
v2.1.3
- #58 Added standard GATT Characteristics
- #89 Added
UInt24
and UInt40
v2.1.2
- #58 Added standard GATT Characteristics
v2.1.1
- #58 Added standard GATT Characteristics
- dfecefd Fixed duplicate file references for iOS, tvOS, watchOS
v2.1.0
- #46 Implemented defined GATT Descriptors
- #58 Implemented defined GATT Characteristics
- #72 Refactored layout of source files
v2.0.0
- #3 Added HCI commands and tests
- #23 Updated iBeacon
- #25 Implemented GATT Notifications for
GATTClient
- #33 Implemented GATT Descriptors for
GATTClient
- #35 Added GAP Data types
- #41 Fixed
BluetoothHostControllerInterface.lowEnergyRemoveDeviceFromResolvingList()
- #45 Fixed
POSIXError
on Android
- #49 Update 16 Bit UUIDs For Members
- #50 Updated Company Identifiers
- #58 Implemented defined GATT Characteristics
- #59 Generate unit tests and extensions for
UnitIdentifier
- 60a5820 Added
BluetoothHostControllerInterface.deviceRequest<C: HCICommand, EP: HCIEventParameter>()
v1.8.1
- #3 Added HCI commands and tests
1.8.0
- #35 Added GAP Data Types
- 0433f73 Added
LowEnergyAdvertisingData
v1.7.8
- #3 Implemented all LE HCI Commands and Events.
- 5990c18 Added
BitMaskOption.remove()
1.7.7
- #25 Fixed GATT Server Notifications
- 52f90fb Fixed
GATTClientCharacteristicConfiguration
- 565221b Added
GATT.CharacteristicProperty.name
- 0e1d8fc Added
ATTAttributePermission.name
- 33a351d Fixed handle validation in
GATTServer
- c8806b0 Refactored
GATTDatabase.Attribute
v1.7.6
- #25 Implemented GATT Server Notifications
- #32 Implemented GATT Server Indications
- f8b6525 Added
GATTServer.didWrite
- ca5bdf1 Added
GATTServer.writeValue()