Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_codec.c133 bool hfp_codec_can_encode_audio_frame_now(const hfp_codec_t * hfp_codec){ in hfp_codec_can_encode_audio_frame_now() function
170 btstack_assert(hfp_codec_can_encode_audio_frame_now(hfp_codec)); in hfp_codec_encode_audio_frame()
H A Dhfp_codec.h156 bool hfp_codec_can_encode_audio_frame_now(const hfp_codec_t * hfp_codec);
/btstack/example/
H A Dsco_demo_util.c412 if (hfp_codec_can_encode_audio_frame_now(&hfp_codec) && samples_available >= num_samples){ in sco_demo_codec_fill_payload()