Go to advanced search

by Karthikvembuli
Mon Jun 24, 2019 9:46 am
Forum: Python
Topic: How to turn on Bluetooth Discoveribility in python?
Replies: 9
Views: 7673

Re: How to turn on Bluetooth Discoveribility in python?

from subprocess import call
import subprocess

subprocess.call(['sudo', 'hciconfig', 'hci0', 'piscan'])

really works fine. Thanks much
by Karthikvembuli
Thu Apr 04, 2019 6:22 am
Forum: Troubleshooting
Topic: Bluetooth issues
Replies: 1
Views: 156

Bluetooth issues

wpa_cli reconfigure. I get the error, Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory so need help. How can I resolve this?
We found that Bluetooth chip in RPi is gone .Please suggest a way to rectify this problem.

Go to advanced search