Home
last modified time | relevance | path

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

/system/bt/tools/hci/
Dmain.c35 static const command_t* find_command(const char* name);
60 const command_t* command = find_command(argv[0]); in help()
163 const command_t* command = find_command(argv[1]); in main()
204 static const command_t* find_command(const char* name) { in find_command() function