Home
last modified time | relevance | path

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

/tests/bsim/bluetooth/host/privacy/device/src/
A Dtest_undirected_central.c40 static enum addr_type_t test_addr_type; variable
86 test_addr_type = IDENTITY_ADDR; in central_test_args_parse()
88 test_addr_type = RPA; in central_test_args_parse()
95 if (test_addr_type == IDENTITY_ADDR) { in wait_check_result()
98 } else if (test_addr_type == RPA) { in wait_check_result()
110 if (test_addr_type == IDENTITY_ADDR) { in check_addresses()
117 } else if (test_addr_type == RPA) { in check_addresses()
277 if (test_addr_type == RPA) { in test_central_main()
279 } else if (test_addr_type == IDENTITY_ADDR) { in test_central_main()
A Dtest_undirected_peripheral.c46 static enum addr_type_t test_addr_type; variable
102 test_addr_type = IDENTITY_ADDR; in peripheral_test_args_parse()
104 test_addr_type = RPA; in peripheral_test_args_parse()
402 update_adv_params(adv, adv_param, test_addr_type); in test_peripheral_main()
426 if (test_addr_type == RPA) { in test_peripheral()
428 } else if (test_addr_type == IDENTITY_ADDR) { in test_peripheral()

Completed in 5 milliseconds