Searched refs:hfp_h2_sync_process (Results 1 – 4 of 4) sorted by relevance
/btstack/test/hfp/ |
H A D | hfp_h2_sync_test.cpp | 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() 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() 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() 81 … hfp_h2_sync_process(&test_hfp_h2_sync, true, test_valid_sbc_frame, sizeof(test_valid_sbc_frame)); in TEST() [all …]
|
/btstack/example/ |
H A D | sco_demo_util.c | 538 hfp_h2_sync_process(&hfp_h2_sync, bad_frame, &packet[3], size-3); in sco_demo_lc3swb_receive()
|
/btstack/src/classic/ |
H A D | hfp.h | 820 void hfp_h2_sync_process(hfp_h2_sync_t *hfp_h2_sync, bool bad_frame, const uint8_t *frame_data, uin…
|
H A D | hfp.c | 2480 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
|