Using bluetooth on kali linux
September 28, 2017
⏳ 1 min read
Check bluetooth status
/etc/init.d/bluetooth status
And turn it on:
/etc/init.d/bluetooth start
This way bluetooth is going to work.
stop
will stop bluetooth.
Bluetooth is not turned on by default on boot on kali linux.
Another equivalent way is:
service bluetooth start(stop)
service bluetooth status