Home
last modified time | relevance | path

Searched refs:g_av_with_rc (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c38 bool g_av_with_rc; variable
329 if (g_av_with_rc) { in btc_av_state_idle_handler()
340 if (g_av_with_rc) { in btc_av_state_idle_handler()
464 if(g_av_with_rc) { in btc_av_state_opening_handler()
685 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC && g_av_with_rc == true) { in btc_av_state_opened_handler()
827 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC && g_av_with_rc == true) { in btc_av_state_started_handler()
1306 if (g_av_with_rc) { in btc_av_execute_service()
1559 if (btc_av_cb.peer_sep == AVDT_TSEP_SRC && g_av_with_rc == true) { in btc_a2d_sink_deinit()
1592 if (btc_av_cb.peer_sep == AVDT_TSEP_SNK && g_av_with_rc == true) { in btc_a2d_src_deinit()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c1026 if (!g_av_with_rc) { in btc_avrc_ct_init()
1027 g_av_with_rc = true; in btc_avrc_ct_init()
1065 if (g_av_with_rc) { in btc_avrc_ct_deinit()
1066 g_av_with_rc = false; in btc_avrc_ct_deinit()
1303 if (!g_av_with_rc) { in btc_avrc_tg_init()
1304 g_av_with_rc = true; in btc_avrc_tg_init()
1346 if (g_av_with_rc) { in btc_avrc_tg_deinit()
1347 g_av_with_rc = false; in btc_avrc_tg_deinit()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_av.h30 extern bool g_av_with_rc;