NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
2.04k stars 419 forks source link

Bugfix: Packet mergers in sample apps #588

Closed philips77 closed 1 month ago

philips77 commented 1 month ago

This PR fixes #584 and fixes the packet mergers in trivia and test apps.

haogev6 commented 1 month ago

Maybe a set of common unit tests are good for ensuring that a Spliter can work well with the corresponding Merger.