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

  /system/bt/bta/av/
bta_av_int.h 452 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */
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 787 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START);
793 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_OPEN;
867 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_OPEN)
    [all...]

Completed in 91 milliseconds