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

/freebsd-10-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h40 struct l2cap_command { struct
46 extern struct l2cap_command l2cap_commands[];
H A Dl2control.c44 static struct l2cap_command * find_l2cap_command (char const *,
45 struct l2cap_command *);
46 static void print_l2cap_command (struct l2cap_command *);
100 struct l2cap_command *c = NULL;
176 static struct l2cap_command *
177 find_l2cap_command(char const *command, struct l2cap_command *category)
179 struct l2cap_command *c = NULL;
198 print_l2cap_command(struct l2cap_command *category)
200 struct l2cap_command *c = NULL;
H A Dl2cap.c274 struct l2cap_command l2cap_commands[] = {

Completed in 62 milliseconds