1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 00:19:15 -04:00

8 lines
131 B
C
Raw Normal View History

#include "hci/hci_audio.h"
void set_audio_state(uint16_t handle, sco_codec_t codec, sco_state_t state)
{
//todo
return;
}