Searched refs:AVDT_PSC_REPORT (Results 1 – 6 of 6) sorted by relevance
45 #define AVDT_MSG_PSC_MASK (AVDT_PSC_TRANS | AVDT_PSC_REPORT | AVDT_PSC_DELAY_RPT | \285 if (p_cfg->psc_mask & AVDT_PSC_REPORT) { in avdt_msg_bld_cfg()322 } else if (p_cfg->psc_mask & AVDT_PSC_REPORT) { in avdt_msg_bld_cfg()346 } else if (p_cfg->psc_mask & AVDT_PSC_REPORT) { in avdt_msg_bld_cfg()674 if ( ((0 == (p_cfg->psc_mask & (AVDT_PSC_RECOV | AVDT_PSC_REPORT))) && (elem_len != 3)) in avdt_msg_prs_cfg()675 || (((p_cfg->psc_mask & AVDT_PSC_REPORT) && !(p_cfg->psc_mask & AVDT_PSC_RECOV)) in avdt_msg_prs_cfg()677 || ((!(p_cfg->psc_mask & AVDT_PSC_REPORT) && (p_cfg->psc_mask & AVDT_PSC_RECOV)) in avdt_msg_prs_cfg()679 || (((p_cfg->psc_mask & AVDT_PSC_REPORT) && (p_cfg->psc_mask & AVDT_PSC_RECOV)) in avdt_msg_prs_cfg()
473 if ((p_scb->curr_cfg.psc_mask & AVDT_PSC_REPORT) && in avdt_scb_hdl_pkt_frag()1124 if (p_scb->curr_cfg.psc_mask & AVDT_PSC_REPORT) { in avdt_scb_hdl_tc_open()1629 if (p_req->psc_mask & AVDT_PSC_REPORT) { in avdt_scb_snd_setconfig_req()1677 if (p_scb->curr_cfg.psc_mask & AVDT_PSC_REPORT) { in avdt_scb_snd_tc_close()
611 if (p_cs->cfg.psc_mask & AVDT_PSC_REPORT) { in avdt_scb_alloc()
57 #define AVDT_PSC (AVDT_PSC_TRANS | AVDT_PSC_MUX | AVDT_PSC_REPORT | AVDT_PSC_DELAY_R…58 #define AVDT_LEG_PSC (AVDT_PSC_TRANS | AVDT_PSC_MUX | AVDT_PSC_REPORT)67 #define AVDT_PSC (AVDT_PSC_TRANS | AVDT_PSC_REPORT | AVDT_PSC_DELAY_RPT)68 #define AVDT_LEG_PSC (AVDT_PSC_TRANS | AVDT_PSC_REPORT)
106 #define AVDT_PSC_REPORT (1<<2) /* Reporting */ macro
619 cs.cfg.psc_mask |= AVDT_PSC_REPORT; in bta_av_api_register()