HomeSort by relevance Sort by last modified time
    Searched refs:main_options (Results 1 - 23 of 23) sorted by null

  /external/bluetooth/bluez/test/
sdptest.c 103 static struct option main_options[] = { variable in typeref:struct:option
116 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
lmptest.c 112 static struct option main_options[] = { variable in typeref:struct:option
123 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
agent.c 571 static struct option main_options[] = { variable in typeref:struct:option
593 while ((opt = getopt_long(argc, argv, "+a:p:c:d:rh", main_options, NULL)) != EOF) {
bdaddr.c 308 static struct option main_options[] = { variable in typeref:struct:option
326 while ((opt=getopt_long(argc, argv, "+i:rth", main_options, NULL)) != -1) {
avtest.c 732 static struct option main_options[] = { variable in typeref:struct:option
786 main_options, NULL)) != EOF) {
hciemu.c 1178 static struct option main_options[] = { variable in typeref:struct:option
1197 while ((opt=getopt_long(argc, argv, "d:b:s:nh", main_options, NULL)) != EOF) {