Home
last modified time | relevance | path

Searched refs:mca_l2c_int_appl (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/mcap/
Dmca_api.c141 l2c_cacp_appl = *(tL2CAP_APPL_INFO *)&mca_l2c_int_appl; in MCA_Register()
351 p_ccb->ctrl_vpsm = L2CA_Register (ctrl_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl); in MCA_ConnectReq()
460 p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl); in MCA_CreateMdl()
632 p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl); in MCA_ReconnectMdl()
Dmca_int.h357 extern const tL2CAP_APPL_INFO mca_l2c_int_appl;
Dmca_l2c.c36 const tL2CAP_APPL_INFO mca_l2c_int_appl = variable