Home | History | Annotate | Download | only in av

Lines Matching full:role

222     BTA_AV_RS_OK,       /* the role switch result - successful */
223 BTA_AV_RS_FAIL, /* the role switch result - failed */
224 BTA_AV_RS_DONE /* the role switch is done - continue */
403 /* initiator/acceptor role for adaption */
454 tBTA_AV_API_OPEN open; /* used only before open and role switch
464 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */
465 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */
466 #define BTA_AV_WAIT_ROLE_SW_STARTED 0x10 /* started while waiting for role switch result */
468 #define BTA_AV_WAIT_CHECK_RC 0x40 /* set when the timer is used by role switch */
469 #define BTA_AV_WAIT_ROLE_SW_FAILED 0x80 /* role switch failed */
514 UINT8 role;
644 extern UINT8 bta_av_rc_create(tBTA_AV_CB *p_cb, UINT8 role, UINT8 shdl, UINT8 lidx);