Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/bluetooth/bthost/
H A Dbthost.c41 static int protomode (char const *arg, int brief);
72 exit(proto? protomode(*argv, brief) : hostmode(*argv, brief)); in main()
111 protomode(char const *arg, int brief) in protomode() function