Yeah, there isn’t an argument listed for the hciroutetest to specify the outbound file format.
However, if you view the source for the hciroutetestsavebydest proc, it clearly accepts parameters for the output directory and the ouput file type, defaulting to LEN10.
######################################################################
# hciroutetestsavebydest – append a message to a file based on dest
# Args: hciroutetest keyedlist containing:
# MSGID message handle
# ARGS keyed list of user supplied arguments containing:
# SAVEBASE basename for save file
# STYLE save style (defaults to len10)
#
# Notes: Message is appended to ., using format.
# This proc is provided mainly for hciroutetest’s internal
# use; users are, of course, free to use it.
proc hciroutetestsavebydest { args } {
[code]######################################################################
# hciroutetestsavebydest – append a message to a file based on dest
# Args: hciroutetest keyedlist containing:
# MSGID message handle
# ARGS keyed list of user supplied arguments containing:
# SAVEBASE basename for save file
# STYLE save style (defaults to len10)
#
# Notes: Message is appended to ., using format.
# This proc is provided mainly for hciroutetest’s internal
# use; users are, of course, free to use it.
proc hciroutetestsavebydest { args } {