Using bluetooth on kali linux
September 28, 2017
⏳ 1 min read
Check bluetooth status
/etc/init.d/bluetooth statusAnd turn it on:
/etc/init.d/bluetooth startThis 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