Home
last modified time | relevance | path

Searched defs:recording_callback (Results 1 – 3 of 3) sorted by relevance

/btstack/platform/embedded/
H A Dbtstack_audio_embedded.c63 static void (*recording_callback)(const int16_t * buffer, uint16_t num_samples); variable
/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c86 static void (*recording_callback)(const int16_t * buffer, uint16_t num_samples); variable
/btstack/test/hfp/
H A Dsco_demo_util.c234 static void recording_callback(const int16_t * buffer, uint16_t num_samples){ in recording_callback() function