bluetooth icon indicating copy to clipboard operation
bluetooth copied to clipboard

fix: HCI should not read data past the end of the available buffer

Open deadprogram opened this issue 3 weeks ago • 0 comments

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

deadprogram avatar Dec 06 '25 08:12 deadprogram