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

  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 445 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */
452 #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 668 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START);
674 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_OPEN;
748 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_OPEN)
822 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_OPEN;
846 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_OPEN;
    [all...]

Completed in 22 milliseconds