Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h414 #define BTA_AV_WAIT_CHECK_RC 0x40 /* set when the timer is used by role switch */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c339 p_scb->wait |= BTA_AV_WAIT_CHECK_RC; in bta_av_st_rc_timer()
946 if (p_scb->wait & BTA_AV_WAIT_CHECK_RC) { in bta_av_do_disc_a2d()
947 p_scb->wait &= ~BTA_AV_WAIT_CHECK_RC; in bta_av_do_disc_a2d()
2953 p_scb->wait |= BTA_AV_WAIT_CHECK_RC; in bta_av_open_rc()