Home
last modified time | relevance | path

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

/btstack/test/hfp/
H A Dhfp_h2_sync_test.cpp12 static hfp_h2_sync_t test_hfp_h2_sync; variable
41 hfp_h2_sync_init(&test_hfp_h2_sync, &test_hfp_h2_sync_callback); in TEST_GROUP()
49 … hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
54 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, sizeof(test_invalid_frame)-1); in TEST()
55 … hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
60 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, 2); in TEST()
61 … hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
63 CHECK_EQUAL(2, test_hfp_h2_sync.dropped_bytes); in TEST()
67 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, sizeof(test_invalid_frame)); in TEST()
69 … hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
[all …]