ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#include "hci/hci_audio.h"
set_audio_state(uint16_t, sco_codec_t, sco_state_t)
Files
loading...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/bt/host/bluedroid/hci/hci_audio.c
1
2
3
4
5
6
7
#include
"
hci
/
hci_audio.h"
void
set_audio_state
(
uint16_t
handle
,
sco_codec_t
codec
,
sco_state_t
state
)
{
//todo
return
;
}
{ ... }
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
set_audio_state()
set_audio_state()::handle
set_audio_state()::codec
set_audio_state()::state
sco_codec_t
sco_state_t