Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • sudo -s Then we disable a bluetooth parameter. echo 'Y' > /sys/module/bluetooth/parameters/disable_ertm Do not worry it is only for your the current session, for testing. After a reboot it is gone.
    – nobody
    Commented May 23 at 20:13
  • What does that do? Commented May 24 at 21:16
  • It disables a part from L2CAP protocoll en.wikipedia.org/wiki/Bluetooth as I wrote it is only for current boot so not destructive.
    – nobody
    Commented May 25 at 9:17