Home
last modified time | relevance | path

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

/tests/bsim/bluetooth/host/privacy/device/src/
A Dtest_undirected_central.c49 char *addr_type_arg = NULL; in central_test_args_parse() local
60 .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()
A Dtest_undirected_peripheral.c58 char *addr_type_arg = NULL; in peripheral_test_args_parse() local
69 .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