Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h411 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */ macro
417 #define BTA_AV_WAIT_ROLE_SW_BITS (BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c766 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START) { in bta_av_switch_role()
771 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN | BTA_AV_WAIT_ROLE_SW_RES_START); in bta_av_switch_role()
833 } else if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START) { in bta_av_role_res()
2341 if (p_scb->wait & (BTA_AV_WAIT_ROLE_SW_RES_OPEN | BTA_AV_WAIT_ROLE_SW_RES_START)) { in bta_av_start_ok()
Dbta_av_main.c1094 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_START; in bta_av_link_role_ok()