Home
last modified time | relevance | path

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

/btstack/test/hfp/
H A Dsco_demo_util.c138 #define MAX_NUM_MSBC_SAMPLES (16*8) macro
185 if (num_samples > MAX_NUM_MSBC_SAMPLES) return; in sco_demo_msbc_fill_sine_audio_frame()
186 int16_t sample_buffer[MAX_NUM_MSBC_SAMPLES]; in sco_demo_msbc_fill_sine_audio_frame()
537 if (num_samples > MAX_NUM_MSBC_SAMPLES) return; // assert in sco_demo_send()
539 int16_t sample_buffer[MAX_NUM_MSBC_SAMPLES]; in sco_demo_send()