Home
last modified time | relevance | path

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

/src/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c48 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *categor…
137 c = find_bthid_command(cmd, sdp_commands); in do_bthid_command()
139 c = find_bthid_command(cmd, hid_commands); in do_bthid_command()
173 find_bthid_command(char const *command, struct bthid_command *category) in find_bthid_command() function