I have a cc256x based evaluation board with a tm4c123g which I have loaded with the HIDDemo example and followed the guide http://processors.wiki.ti.com/index.php/CC256x_TI_Bluetooth_Stack_HIDDemo_App
Using the patch described in https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/463080/1666187#1666187 I was able to get the eval board to correctly recognize an HID gamepad and display the button outputs in hex to the serial console.
However when the HID device is powered off and then back on it tries to connect to the last paired host but the connection is never made.
Is it possible to configure the HID host to allow re-connects from previously paired clients?