Home
last modified time | relevance | path

Searched refs:tL2CAP_APPL_INFO (Results 1 – 20 of 20) sorted by relevance

/external/bluetooth/bluedroid/stack/mcap/
Dmca_api.c125 tL2CAP_APPL_INFO l2c_cacp_appl; in MCA_Register()
126 tL2CAP_APPL_INFO l2c_dacp_appl; in MCA_Register()
143 l2c_cacp_appl = *(tL2CAP_APPL_INFO *)&mca_l2c_int_appl; in MCA_Register()
145 l2c_dacp_appl = *(tL2CAP_APPL_INFO *)&l2c_cacp_appl; in MCA_Register()
148 if (L2CA_Register(p_reg->ctrl_psm, (tL2CAP_APPL_INFO *) &l2c_cacp_appl) && in MCA_Register()
149 L2CA_Register(p_reg->data_psm, (tL2CAP_APPL_INFO *) &l2c_dacp_appl)) in MCA_Register()
353 p_ccb->ctrl_vpsm = L2CA_Register (ctrl_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl); in MCA_ConnectReq()
464 … p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl); in MCA_CreateMdl()
639 … 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.c35 const tL2CAP_APPL_INFO mca_l2c_int_appl =
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h302 } tL2CAP_APPL_INFO; typedef
318 #define L2CA_REGISTER(a,b,c) L2CA_Register(a,(tL2CAP_APPL_INFO *)b)
350 L2C_API extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
/external/bluetooth/bluedroid/stack/avct/
Davct_api.c59 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_appl); in AVCT_Register()
70 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_br_appl); in AVCT_Register()
Davct_int.h228 extern const tL2CAP_APPL_INFO avct_l2c_appl;
230 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
Davct_l2c.c48 const tL2CAP_APPL_INFO avct_l2c_appl = {
/external/bluetooth/bluedroid/stack/gap/
Dgap_int.h115 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/external/bluetooth/bluedroid/stack/hid/
Dhidh_conn.c61 static const tL2CAP_APPL_INFO hst_reg_info =
98 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info)) in hidh_conn_reg()
103 if (!L2CA_Register (HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *) &hst_reg_info)) in hidh_conn_reg()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_int.h181 tL2CAP_APPL_INFO reg_info;
/external/bluetooth/bluedroid/stack/sdp/
Dsdpint.h230 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_main.c58 static const tL2CAP_APPL_INFO dyn_info =
116 if (!L2CA_Register (BT_PSM_ATT, (tL2CAP_APPL_INFO *) &dyn_info)) in gatt_init()
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c59 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
Drfc_int.h221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/external/bluetooth/bluedroid/stack/avdt/
Davdt_l2c.c48 const tL2CAP_APPL_INFO avdt_l2c_appl = {
Davdt_int.h737 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
Davdt_api.c119 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl); in AVDT_Register()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_int.h271 tL2CAP_APPL_INFO api;
Dl2c_ucd.c239 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO)); in L2CA_UcdRegister()
Dl2c_api.c52 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_Register()