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
In the current implementation of netsimd (approx version 0.2.11), when a SetEventFilter Bluetooth HCI command is issued, and it is not "Clear all filters", netsimd will terminate. Our use case uses this HCI command, so netsimd will terminate in the middle of our simulation.
Could rootcanal/netsimd be updated to support this HCI command or at least ignore it?
The text was updated successfully, but these errors were encountered:
Note: when using the Bumble HCI bridge, this can be worked around by adding the SetEventFilter command (OGF 0x03 OCF 0x0005) to the short circuit list at the end of the command.
Reference: #17 (comment)
In the current implementation of netsimd (approx version 0.2.11), when a SetEventFilter Bluetooth HCI command is issued, and it is not "Clear all filters", netsimd will terminate. Our use case uses this HCI command, so netsimd will terminate in the middle of our simulation.
Could rootcanal/netsimd be updated to support this HCI command or at least ignore it?
The text was updated successfully, but these errors were encountered: