I need to run this command line at startup:
echo 1 > /sys/module/bluetooth/parameters/disable_ertm
When I go to terminal type SU enter my password type that command it works perfectly, yet when I add that line to /etc/rc.local before the exit 0 it does nothing at all.
I am running Raspian on a Raspberry pi.