You can also enable it from the command line if you have backend access. After doing the setroot, setsite:
hcicmd -p PROCESS -c ‘CONN eo_alias enable_pdl’
Where
PROCESS is the process the connection/thread is in
CONN is the thread/connection name
This assumes you named your EO alias “enable_pdl”, if you named yours something different you will need to adjust the last argument accordingly.
Note:
This will not “stick”. Once you restart the thread it will go back to whatever is set in the thread properties. Whereas, if you put the setting in the thread properties, it will be “on” for you whenever you restart the thread until you remove it via the NetConfig.
(PS to unset the eoalias from the command line use this:
hcicmd -p PROCESS -c ‘CONN eo_alias {}’
or just bounce the thread if it is not setup in the thread properties.
)