Searched refs:test_invalid_frame (Results 1 – 1 of 1) sorted by relevance
/btstack/test/hfp/ |
H A D | hfp_h2_sync_test.cpp | 11 static uint8_t test_invalid_frame[HFP_H2_SYNC_FRAME_SIZE]; variable 54 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, sizeof(test_invalid_frame)-1); in TEST() 60 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, 2); in TEST() 67 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, sizeof(test_invalid_frame)); in TEST() 87 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, 2); in TEST()
|