Trying to configure Bluetooth on GameShell

Hello everyone!

I have being trying to activate Bluetooth. I am no expert, but I think I am good searching stuff.

Check all these links first:
https://forum.clockworkpi.com/t/bluetooth-device-on-gameshell/617 1
Integrated Bluetooth not woking in RPi 3 - Raspberry Pi Forums
Trust Bluetooth 4.0 Adapter in Linux :: Joachim Wiberg — The Last Outpost

Turns out that using this line “worked”:
cpi@clockworkpi:~$ sudo apt-get install bluetooth

However, after trying to start it and retrieve its status, looks dead:

cpi@clockworkpi:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)

Also I created the rules.d files (97-hid2hci.rules) in /etc/udev/rules.g and /lib/udev/rules.g.

Currently it is not working.

Feel free to comment!

Update:

Found this link, it mentions to do this:

sudo apt-get install bluetooth bluez blueman
sudo reboot

Wait for restart.

After that…
cpi@clockworkpi:~$ sudo bluetoothctl
Waiting to connect to bluetoothd…

Then and I stood up, cooked something and when I returned 30 min later, it still displays the same.

Seems like this is beyond me, or Bluetooth is not included.

To the Linux jedis around here, please help me to undo what I have done.