PureSwift / Bluetooth

Pure Swift Bluetooth library
http://pureswift.github.io/Bluetooth/
MIT License
176 stars 25 forks source link

Encode data types without creating new buffers #117

Closed colemancda closed 5 years ago

colemancda commented 5 years ago

Implement a function for data types like ATTProtocolDataUnit that will encode data while reusing and growing a buffer, instead of copying into a buffer.