Searched refs:cvsd_plc_state (Results 1 – 3 of 3) sorted by relevance
/btstack/test/hfp/ |
H A D | sco_demo_util.c | 136 static btstack_cvsd_plc_state_t cvsd_plc_state; variable 366 btstack_cvsd_plc_init(&cvsd_plc_state); in sco_demo_init_CVSD() 398 …btstack_cvsd_plc_process_data(&cvsd_plc_state, bad_frame, audio_frame_in, num_samples, audio_frame… in sco_demo_receive_CVSD() 426 … frames: \n - %d good frames, \n - %d bad frames.\n", cvsd_plc_state.good_frames_nr, cvsd_plc_stat… in sco_demo_close()
|
/btstack/example/ |
H A D | sco_demo_util.c | 143 static btstack_cvsd_plc_state_t cvsd_plc_state; variable 323 btstack_cvsd_plc_init(&cvsd_plc_state); in sco_demo_cvsd_init() 348 …btstack_cvsd_plc_process_data(&cvsd_plc_state, bad_frame, audio_frame_in, num_samples, audio_frame… in sco_demo_cvsd_receive() 394 … frames: \n - %d good frames, \n - %d bad frames.\n", cvsd_plc_state.good_frames_nr, cvsd_plc_stat… in sco_demo_cvsd_close()
|
/btstack/src/classic/ |
H A D | btstack_cvsd_plc.h | 63 typedef struct cvsd_plc_state { struct
|