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 rfcomm filter function is not only platform dependent (Linux only),
but also difficult to use correctly. It should only be enabled for
devices which support DC_TRANSPORT_SERIAL due to the serial port
emulation layer of the bluetooth Serial Port Profile (SPP/rfcomm), and
not for usb-serial communication. However, some dive computers models
like the OSTC3 have both rfcomm and usb-serial enabled variants. Since
the filter functions are shared by all models, the result isn't always
reliable.
Fixed by simply removing the rfcomm filter. For serial communication,
every string will now be considered a match, which is the same result as
with no filter function present.
0 commit comments