Bluetooth not working when wifi turned on

when i turn on my wiif the bluetooth disconnects with the connected device.

Can you please turn off your wifi and bluetooth. Then open a terminal and run

sudo service network-manager restart && sudo service bluetooth restart

Once done, turn on your wifi then your bluetooth and test.
If it is working, reboot and test...

1 Like

no it didn't work. when i play something (video) while in connected to the wifi the sound through the Bluetooth device buffers and the device gets disconnected and when i turn off the wifi, the sound through the Bluetooth is working and doesn't disconnect

What does bluetoothctl list run in terminal yield?
What is the output of rfkill list run in terminal?

Does bluetooth show any errors?

dmesg | grep -i bluetooth

Do you have blueman installed?

sudo apt install blueman

Does enabling bluetooth with Blueman retain functionality?

You might look at prajjwald's script to reset bluetooth when it acts up:

blueman is also installed , the problem continues

Had you checked the rfkill list?

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.