Home | History | Annotate | Download | only in mcap

Lines Matching refs:ctrl_psm

116 **                  If the given p_reg->ctrl_psm is 0, this handle is INT only.
131 MCA_TRACE_API2 ("MCA_Register: ctrl_psm:0x%x, data_psm:0x%x", p_reg->ctrl_psm, p_reg->data_psm);
135 if (p_reg->ctrl_psm)
137 if (L2C_INVALID_PSM(p_reg->ctrl_psm) || L2C_INVALID_PSM(p_reg->data_psm))
148 if (L2CA_Register(p_reg->ctrl_psm, (tL2CAP_APPL_INFO *) &l2c_cacp_appl) &&
153 p_reg->ctrl_psm, BTM_SEC_PROTO_MCA, MCA_CTRL_TCID);
194 if (p_rcb && p_rcb->reg.ctrl_psm)
196 L2CA_Deregister(p_rcb->reg.ctrl_psm);
198 btm_sec_clr_service_by_psm (p_rcb->reg.ctrl_psm);
336 UINT16 ctrl_psm, UINT16 sec_mask)
342 MCA_TRACE_API2 ("MCA_ConnectReq: %d psm:0x%x", handle, ctrl_psm);
353 p_ccb->ctrl_vpsm = L2CA_Register (ctrl_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);