Searched refs:test_adv_report (Results 1 – 1 of 1) sorted by relevance
38 struct test_adv_report { struct333 static void send_adv_report(const struct test_adv_report *report) in send_adv_report()347 FAKE_VALUE_FUNC(struct test_adv_report, get_expected_report);355 const struct test_adv_report expected = get_expected_report(); in scan_recv_cb()384 struct test_adv_report expected_reports[2]; in ZTEST()404 struct test_adv_report report_a_1 = { .length = 30, .evt_prop = MORE_TO_COME }; in ZTEST()405 struct test_adv_report report_a_2 = { .length = 30, .evt_prop = COMPLETE }; in ZTEST()410 struct test_adv_report report_b_1 = { .length = 30, .evt_prop = MORE_TO_COME }; in ZTEST()411 struct test_adv_report report_b_2 = { .length = 30, .evt_prop = COMPLETE }; in ZTEST()416 struct test_adv_report report_c = { .length = 30, in ZTEST()[all …]