Home
last modified time | relevance | path

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

/btstack/test/hfp/
H A Dhfp_h2_sync_test.cpp49hfp_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()
55hfp_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()
61hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
67 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_invalid_frame, sizeof(test_invalid_frame)); in TEST()
69hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
75 hfp_h2_sync_process(&test_hfp_h2_sync, false, test_valid_sbc_frame, sizeof(test_data) - 1); in TEST()
76 hfp_h2_sync_process(&test_hfp_h2_sync, true, test_valid_sbc_frame, 1); in TEST()
81hfp_h2_sync_process(&test_hfp_h2_sync, true, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST()
[all …]
/btstack/example/
H A Dsco_demo_util.c538 hfp_h2_sync_process(&hfp_h2_sync, bad_frame, &packet[3], size-3); in sco_demo_lc3swb_receive()
/btstack/src/classic/
H A Dhfp.h820 void hfp_h2_sync_process(hfp_h2_sync_t *hfp_h2_sync, bool bad_frame, const uint8_t *frame_data, uin…
H A Dhfp.c2480 void hfp_h2_sync_process(hfp_h2_sync_t *hfp_h2_sync, bool bad_frame, const uint8_t *frame_data, uin… in hfp_h2_sync_process() function