Home
last modified time | relevance | path

Searched refs:command_t (Results 1 – 1 of 1) sorted by relevance

/system/bt/tools/hci/
Dmain.c24 } command_t; typedef
34 static const command_t* find_command(const char* name);
37 static const command_t commands[] = {
59 const command_t* command = find_command(argv[0]); in help()
162 const command_t* command = find_command(argv[1]); in main()
203 static const command_t* find_command(const char* name) { in find_command()