bluetooth
bluetooth copied to clipboard
fix: HCI should not read data past the end of the available buffer
This PR fix a problem in the HCI poll() implementation. It should not read data past the end of the available buffer to store that data. Intended to fix #396