HomeSort by relevance Sort by last modified time
    Searched refs:BTA_AV_WAIT_ROLE_SW_RES_START (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/av/
bta_av_int.h 453 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */
459 #define BTA_AV_WAIT_ROLE_SW_BITS (BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START|BTA_AV_WAIT_ROLE_SW_STARTED|BTA_AV_WAIT_ROLE_SW_RETRY)
bta_av_aact.c 783 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START)
787 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START);
862 else if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START)
    [all...]
bta_av_main.c     [all...]

Completed in 33 milliseconds