Searched refs:addr_type_arg (Results 1 – 2 of 2) sorted by relevance
49 char *addr_type_arg = NULL; in central_test_args_parse() local60 .dest = &addr_type_arg, in central_test_args_parse()84 if (addr_type_arg != NULL) { in central_test_args_parse()85 if (!strcmp(addr_type_arg, "identity")) { in central_test_args_parse()87 } else if (!strcmp(addr_type_arg, "rpa")) { in central_test_args_parse()
58 char *addr_type_arg = NULL; in peripheral_test_args_parse() local69 .dest = &addr_type_arg, in peripheral_test_args_parse()100 if (addr_type_arg != NULL) { in peripheral_test_args_parse()101 if (!strcmp(addr_type_arg, "identity")) { in peripheral_test_args_parse()103 } else if (!strcmp(addr_type_arg, "rpa")) { in peripheral_test_args_parse()
Completed in 5 milliseconds