You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix could be as simple as changing hci.js:setSocketfilter() to alloc 16 bytes instead of 14 but it might be prudent to see what the devs of node-bluetooth-hci-socket think first. I'm just a reporter and not a BLE expert.
The text was updated successfully, but these errors were encountered:
mayfield
added a commit
to mayfield/bleno
that referenced
this issue
Jun 28, 2024
Hi, on linux 6.9 there are some changes to validating the size arg of setsockopt for the HCI setFilter call that break bleno.
Background: abandonware/node-bluetooth-hci-socket#60 (comment)
The fix could be as simple as changing
hci.js:setSocketfilter()
to alloc 16 bytes instead of 14 but it might be prudent to see what the devs of node-bluetooth-hci-socket think first. I'm just a reporter and not a BLE expert.The text was updated successfully, but these errors were encountered: