PureSwift / Bluetooth

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

Optimize Data parsing for HCI and ATT PDUs #104

Closed colemancda closed 5 years ago

colemancda commented 5 years ago

Optimize parsing of Data for HCI commands, events, and ATT protocol data units. Migrate from parsing only Data to parsing from Data.Subslice or a similar type. This is to avoid unnecessary instantiating Data buffers when decoding bytes.