Building a mobile RPi 4 Kali box with an iclever foldable bluetooth keyboard. While I've figured out how to enable bluetooth with "systemctl start bluetooth.service" that doesn't help on startup!

Have validated "AutoEnable=true" in /etc/bluetooth/main.conf per https://github.com/blueman-project/b...roubleshooting but it still doesn't start on reboot.

Also tried the deprecated method of creating a "bluetooth-keyboard-auto-enable.rules" file in /etc/udev/rules.d (also didn't work) containing the following:
ACTION=="add",
SUBSYSTEM=="bluetooth",
KERNEL=="hci[0-9]*",
RUN+="/bin/hciconfig %k up"Hoping it's a variable I'm missing or something else obvious. Any help/feedback is welcome.

Thanks!