Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detected too many SDP-records. Switch might refuse connection. #24

Open
liby opened this issue Aug 26, 2022 · 1 comment
Open

detected too many SDP-records. Switch might refuse connection. #24

liby opened this issue Aug 26, 2022 · 1 comment

Comments

@liby
Copy link

liby commented Aug 26, 2022

System version: Linux version 5.15.0-46-generic (buildd@lcy02-amd64-115) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) mart1nro#49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022
VMware Fusion version: Player 12.2.4 (20071091)

Repo: https://github.com/liby/splatplost

> bryan@bryan-virtual-machine:~$ bluetoothctl list
Controller 5C:52:70:9B:0D:D0 Pro Controller [default]
bryan@bryan-virtual-machine:~$ cat /lib/systemd/system/bluetooth.service

...
[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd -C -P sap,input,avrcp
...

> bryan@bryan-virtual-machine:~$ sudo vi /lib/systemd/system/bluetooth.service

> bryan@bryan-virtual-machine:~$ sudo systemctl daemon-reload
> bryan@bryan-virtual-machine:~$ sudo systemctl restart bluetooth.service
> bryan@bryan-virtual-machine:~$ bluetoothctl list
Controller 5C:52:70:9B:0D:D0 Pro Controller [default]
> bryan@bryan-virtual-machine:~$ cd splatplost/
> bryan@bryan-virtual-machine:~/splatplost$ sudo python3 ./print.py IMAGE.order
Open the pairing menu on switch.
detected too many SDP-records. Switch might refuse connection.
@unitaren
Copy link

Try updating the bluetooth.service string to the following:

ExecStart=/usr/lib/bluetooth/bluetoothd -C --noplugin=input,sap,avrcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants