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-3.4.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h395 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */ macro
401 #define BTA_AV_WAIT_ROLE_SW_BITS (BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c756 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START) { in bta_av_switch_role()
761 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN | BTA_AV_WAIT_ROLE_SW_RES_START); in bta_av_switch_role()
823 } else if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START) { in bta_av_role_res()
2297 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.c1065 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_START; in bta_av_link_role_ok()