Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dhcieventmask.c38 static struct option main_options[] = { variable
50 while ((opt=getopt_long(argc, argv, "+i:", main_options, NULL)) != -1) { in main()
Ddfubabel.c154 static struct option main_options[] = { variable
165 while ((opt = getopt_long(argc, argv, "+qh", main_options, NULL)) != -1) { in main()
Davctrl.c186 static struct option main_options[] = { variable
197 while ((opt = getopt_long(argc, argv, "+qh", main_options, NULL)) != -1) { in main()
Dhid2hci.c296 static struct option main_options[] = { variable
312 while ((opt = getopt_long(argc, argv, "+r:v:p:m:qh", main_options, NULL)) != -1) { in main()
Dciptool.c442 static struct option main_options[] = { variable
455 while ((opt = getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Davinfo.c617 static struct option main_options[] = { variable
640 while ((opt = getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Ddfutool.c745 static struct option main_options[] = { variable
756 while ((opt = getopt_long(argc, argv, "+d:h", main_options, NULL)) != -1) { in main()
Dbccmd.c1137 static struct option main_options[] = { variable
1149 while ((opt=getopt_long(argc, argv, "+t:d:i:h", main_options, NULL)) != EOF) { in main()
Dhciconfig.c1687 static struct option main_options[] = { variable
1697 while ((opt=getopt_long(argc, argv, "ah", main_options, NULL)) != -1) { in main()
Dhcitool.c2403 static struct option main_options[] = { variable
2414 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Dsdptool.c4170 static struct option main_options[] = { variable
4182 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
/external/bluetooth/bluez/test/
Dsdptest.c103 static struct option main_options[] = { variable
116 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Dlmptest.c112 static struct option main_options[] = { variable
123 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Dbdaddr.c308 static struct option main_options[] = { variable
326 while ((opt=getopt_long(argc, argv, "+i:rth", main_options, NULL)) != -1) { in main()
Dagent.c528 static struct option main_options[] = { variable
549 while ((opt = getopt_long(argc, argv, "+a:p:c:rh", main_options, NULL)) != EOF) { in main()
Dhciemu.c1185 static struct option main_options[] = { variable
1204 while ((opt=getopt_long(argc, argv, "d:b:s:nh", main_options, NULL)) != EOF) { in main()
/external/bluetooth/hcidump/src/
Dcsrsniff.c148 static struct option main_options[] = { variable
166 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Dbpasniff.c354 static struct option main_options[] = { variable
370 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) { in main()
Dhcidump.c960 static struct option main_options[] = { variable
1003 …while ((opt=getopt_long(argc, argv, "i:l:p:m:w:r:s:n:d:taxXRC:H:O:P:D:A:BVYZN46h", main_options, N… in main()
/external/bluetooth/bluez/sbc/
Dsbcdec.c236 static struct option main_options[] = { variable
250 main_options, NULL)) != -1) { in main()
Dsbcenc.c226 static struct option main_options[] = { variable
244 main_options, NULL)) != -1) { in main()
/external/bluetooth/bluez/compat/
Dhidd.c663 static struct option main_options[] = { variable
705 while ((opt = getopt_long(argc, argv, "+i:nt:b:MEDZBHldsc:k:Ku:h", main_options, NULL)) != -1) { in main()
/external/bluetooth/bluez/rfcomm/
Dmain.c729 static struct option main_options[] = { variable
749 while ((opt = getopt_long(argc, argv, "+i:f:rahAESML:", main_options, NULL)) != -1) { in main()