mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
example/sco_demo_util: remove debug message about bytes in microphone buffer
This commit is contained in:
parent
82af58d38d
commit
abf7f0ba32
@ -582,7 +582,7 @@ void sco_demo_send(hci_con_handle_t sco_handle){
|
||||
} else {
|
||||
// CVSD
|
||||
|
||||
log_info("send: bytes avail %u, free %u", btstack_ring_buffer_bytes_available(&audio_input_ring_buffer), btstack_ring_buffer_bytes_free(&audio_input_ring_buffer));
|
||||
log_debug("send: bytes avail %u, free %u", btstack_ring_buffer_bytes_available(&audio_input_ring_buffer), btstack_ring_buffer_bytes_free(&audio_input_ring_buffer));
|
||||
// fill with silence while paused
|
||||
int bytes_to_copy = sco_payload_length;
|
||||
if (audio_input_paused){
|
||||
|
Loading…
Reference in New Issue
Block a user