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

/freebsd-12-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c49 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *category);
138 c = find_bthid_command(cmd, sdp_commands);
140 c = find_bthid_command(cmd, hid_commands);
174 find_bthid_command(char const *command, struct bthid_command *category) function
191 } /* find_bthid_command */

Completed in 212 milliseconds