Generic Gamepad bluetooth controller autoconnect and config

Hi, I’m having trouble to autoconnect my controller and also to reload the bindings.

cat /proc/bus/input/devices
I: Bus=0005 Vendor=1949 Product=0402 Version=011b
N: Name="Gamepad Keyboard"
P: Phys=dc:a6:32:b6:08:21
S: Sysfs=/devices/platform/soc/fe201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:1949:0402.0003/input/input3
U: Uniq=ff:6b:27:02:63:25
H: Handlers=sysrq kbd leds event3
B: PROP=0
B: EV=120013
B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=1f

I: Bus=0005 Vendor=1949 Product=0402 Version=011b
N: Name="Gamepad Consumer Control"
P: Phys=dc:a6:32:b6:08:21
S: Sysfs=/devices/platform/soc/fe201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:1949:0402.0003/input/input4
U: Uniq=ff:6b:27:02:63:25
H: Handlers=kbd event4
B: PROP=0
B: EV=1f
B: KEY=3f 300ff 0 0 0 0 483ffff 17aff32d bf544446 0 0 1 130ff3 8b17c000 677bfa d9415fed 19ed680 4400 0 10000002
B: REL=40
B: ABS=1 0
B: MSC=10

I: Bus=0005 Vendor=1949 Product=0402 Version=011b
N: Name="Gamepad Mouse"
P: Phys=dc:a6:32:b6:08:21
S: Sysfs=/devices/platform/soc/fe201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:1949:0402.0003/input/input5
U: Uniq=ff:6b:27:02:63:25
H: Handlers=mouse0 event5
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0005 Vendor=1949 Product=0402 Version=011b
N: Name="Gamepad"
P: Phys=dc:a6:32:b6:08:21
S: Sysfs=/devices/platform/soc/fe201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:1949:0402.0003/input/input6
U: Uniq=ff:6b:27:02:63:25
H: Handlers=js0 event6
B: PROP=0
B: EV=1b
B: KEY=7fff0000 0 0 0 0 0 0 0 0 0
B: ABS=30627
B: MSC=10

I believed that the udev rules that is used is this one /usr/lib/udev/rules.d/99-terios-t3.rules

Also, I the controller is trusted

[Gamepad]# info FF:6B:27:02:63:25
Device FF:6B:27:02:63:25 (public)
        Name: Gamepad
        Alias: Gamepad
        Class: 0x00002540
        Icon: input-keyboard
        Paired: yes
        Trusted: yes
        Blocked: no
        Connected: yes
        LegacyPairing: no
        UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
        UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
        Modalias: usb:v1949p0402d011B

And Bluetooth is in Autoconnect

Lakka:/etc/bluetooth # tail main.conf
# ReconnectIntervals define the set of intervals in seconds to use in between
# attempts.
# If the number of attempts defined in ReconnectAttempts is bigger than the
# set of intervals the last interval is repeated until the last attempt.
#ReconnectIntervals=1,2,4,8,16,32,64

# AutoEnable defines option to enable all controllers when they are found.
# This includes adapters present on start as well as adapters that are plugged
# in later on. Defaults to 'false'.
AutoEnable=true