Home | History | Annotate | Download | only in tools

Lines Matching refs:cmds

887 	uint8_t cmds[64];
898 if (hci_read_local_commands(dd, cmds, 1000) < 0) {
906 if (!cmds[i])
910 i ? "\t\t ": "\tCommands:", i, cmds[i]);
912 if (cmds[i] & (1 << n))
917 str = hci_commandstostr(cmds, "\t", 71);