I need to tweak the bluetooth setting from the app container.
Specifically
echo 6 > /sys/kernel/debug/bluetooth/hci0/conn_max_interval
This is something that the sysctl command handles on a normal OS.
This currently does not work - the command must be executed on the Host OS which is currently not possible.