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

  /external/bluetooth/bluez/tools/
hcitool.c 56 #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, NULL)) != -1) macro
421 for_each_opt(opt, dev_options, NULL) { function
465 for_each_opt(opt, inq_options, NULL) { function
559 for_each_opt(opt, scan_options, NULL) { function
818 for_each_opt(opt, name_options, NULL) { function
871 for_each_opt(opt, info_options, NULL) { function
1007 for_each_opt(opt, spinq_options, NULL) { function
1061 for_each_opt(opt, epinq_options, NULL) { function
1110 for_each_opt(opt, cmd_options, NULL) { function
1187 for_each_opt(opt, con_options, NULL) function
1228 for_each_opt(opt, cc_options, NULL) { function
1286 for_each_opt(opt, dc_options, NULL) { function
1351 for_each_opt(opt, sr_options, NULL) { function
1413 for_each_opt(opt, rssi_options, NULL) { function
1481 for_each_opt(opt, lq_options, NULL) { function
1550 for_each_opt(opt, tpl_options, NULL) { function
1621 for_each_opt(opt, afh_options, NULL) { function
1701 for_each_opt(opt, cpt_options, NULL) { function
1780 for_each_opt(opt, lp_options, NULL) { function
1873 for_each_opt(opt, lst_options, NULL) { function
1957 for_each_opt(opt, auth_options, NULL) { function
2023 for_each_opt(opt, enc_options, NULL) { function
2090 for_each_opt(opt, key_options, NULL) { function
2156 for_each_opt(opt, clkoff_options, NULL) { function
2226 for_each_opt(opt, clock_options, NULL) { function
2433 for_each_opt(opt, lescan_options, NULL) { function
2520 for_each_opt(opt, lecc_options, NULL) { function
2588 for_each_opt(opt, lewladd_options, NULL) { function
2637 for_each_opt(opt, lewlrm_options, NULL) { function
2683 for_each_opt(opt, lewlsz_options, NULL) { function
2728 for_each_opt(opt, lewlclr_options, NULL) { function
2773 for_each_opt(opt, ledc_options, NULL) { function
2837 for_each_opt(opt, lecup_options, NULL) { function
    [all...]
sdptool.c 54 #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, 0)) != -1) macro
827 for_each_opt(opt, set_options, NULL) { function
966 for_each_opt(opt, seq_options, NULL) { function
    [all...]

Completed in 193 milliseconds