Home
last modified time | relevance | path

Searched refs:cp_active (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c540 p_peer->cp_active = FALSE; in bta_av_audio_sink_getconfig()
667 p_peer->cp_active = TRUE; in bta_av_co_audio_getconfig()
672 p_peer->cp_active = FALSE; in bta_av_co_audio_getconfig()
1402 BOOLEAN cp_active; in bta_av_co_audio_codec_supported() local
1430 cp_active = bta_av_co_audio_sink_has_scmst(p_sink); in bta_av_co_audio_codec_supported()
1436 || (p_peer->cp_active != cp_active) in bta_av_co_audio_codec_supported()
1443 p_peer->cp_active = cp_active; in bta_av_co_audio_codec_supported()
1444 if (p_peer->cp_active) { in bta_av_co_audio_codec_supported()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/include/
Dbtc_av_co.h50 BOOLEAN cp_active; /* current CP configuration */ member