Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c488 p_peer->cp_active = FALSE; in bta_av_audio_sink_getconfig()
615 p_peer->cp_active = TRUE; in bta_av_co_audio_getconfig()
620 p_peer->cp_active = FALSE; in bta_av_co_audio_getconfig()
1344 BOOLEAN cp_active; in bta_av_co_audio_codec_supported() local
1372 cp_active = bta_av_co_audio_sink_has_scmst(p_sink); in bta_av_co_audio_codec_supported()
1378 || (p_peer->cp_active != cp_active) in bta_av_co_audio_codec_supported()
1385 p_peer->cp_active = cp_active; in bta_av_co_audio_codec_supported()
1386 if (p_peer->cp_active) { in bta_av_co_audio_codec_supported()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/include/
Dbtc_av_co.h58 BOOLEAN cp_active; /* current CP configuration */ member