Lines Matching full:role
215 BTA_AV_RS_OK, /* the role switch result - successful */
216 BTA_AV_RS_FAIL, /* the role switch result - failed */
217 BTA_AV_RS_DONE /* the role switch is done - continue */
384 /* initiator/acceptor role for adaption */
435 tBTA_AV_API_OPEN open; /* used only before open and role switch
445 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */
446 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */
447 #define BTA_AV_WAIT_ROLE_SW_STARTED 0x10 /* started while waiting for role switch result */
449 #define BTA_AV_WAIT_CHECK_RC 0x40 /* set when the timer is used by role switch */
450 #define BTA_AV_WAIT_ROLE_SW_FAILED 0x80 /* role switch failed */
493 UINT8 role;
614 extern UINT8 bta_av_rc_create(tBTA_AV_CB *p_cb, UINT8 role, UINT8 shdl, UINT8 lidx);