Lines Matching refs:ack_fpb
410 zassert_equal(custom_configure_match_mock_expected_config.ack_fpb.extended, in custom_configure_match_mock()
411 config->ack_fpb.extended, NULL); in custom_configure_match_mock()
412 zassert_equal(custom_configure_match_mock_expected_config.ack_fpb.enabled, in custom_configure_match_mock()
413 config->ack_fpb.enabled, NULL); in custom_configure_match_mock()
414 if (custom_configure_match_mock_expected_config.ack_fpb.addr == NULL) { in custom_configure_match_mock()
415 zassert_is_null(config->ack_fpb.addr, NULL); in custom_configure_match_mock()
417 zassert_mem_equal(custom_configure_match_mock_expected_config.ack_fpb.addr, in custom_configure_match_mock()
418 config->ack_fpb.addr, in custom_configure_match_mock()
419 (config->ack_fpb.extended) ? sizeof(otExtAddress) : 2, in custom_configure_match_mock()
441 custom_configure_match_mock_expected_config.ack_fpb.extended = extended; in set_expected_match_values()
442 custom_configure_match_mock_expected_config.ack_fpb.enabled = enabled; in set_expected_match_values()
443 custom_configure_match_mock_expected_config.ack_fpb.addr = addr; in set_expected_match_values()