Re: Hci commands

#58396
Shane Reeh
Participant

    A complete list of available commands can be written from the hcitcl prompt.

         

    hcitcl>info commands

    A more readable list can be written doing something like this;

    foreach c [lsort -dict [info commands]] {puts $c}