Home
last modified time | relevance | path

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

/system/bt/stack/mcap/
Dmca_api.c123 tL2CAP_APPL_INFO l2c_cacp_appl; in MCA_Register()
124 tL2CAP_APPL_INFO l2c_dacp_appl; in MCA_Register()
141 l2c_cacp_appl = *(tL2CAP_APPL_INFO *)&mca_l2c_int_appl; in MCA_Register()
143 l2c_dacp_appl = *(tL2CAP_APPL_INFO *)&l2c_cacp_appl; in MCA_Register()
146 if (L2CA_Register(p_reg->ctrl_psm, (tL2CAP_APPL_INFO *) &l2c_cacp_appl) && in MCA_Register()
147 L2CA_Register(p_reg->data_psm, (tL2CAP_APPL_INFO *) &l2c_dacp_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 =
/system/bt/stack/include/
Dl2c_api.h316 } tL2CAP_APPL_INFO; typedef
332 #define L2CA_REGISTER(a,b,c) L2CA_Register(a,(tL2CAP_APPL_INFO *)b)
341 #define L2CA_REGISTER_COC(a,b,c) L2CA_RegisterLECoc(a,(tL2CAP_APPL_INFO *)b)
369 extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
453 extern UINT16 L2CA_RegisterLECoc (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
511 bool L2CA_SetConnectionCallbacks(uint16_t local_cid, const tL2CAP_APPL_INFO *callbacks);
/system/bt/stack/avct/
Davct_api.c62 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_appl); in AVCT_Register()
73 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_br_appl); in AVCT_Register()
Davct_int.h229 extern const tL2CAP_APPL_INFO avct_l2c_appl;
231 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
Davct_l2c.c49 const tL2CAP_APPL_INFO avct_l2c_appl = {
/system/bt/stack/gap/
Dgap_int.h97 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/bnep/
Dbnep_int.h181 tL2CAP_APPL_INFO reg_info;
/system/bt/stack/hid/
Dhidh_conn.c67 static const tL2CAP_APPL_INFO hst_reg_info =
104 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info)) in hidh_conn_reg()
109 if (!L2CA_Register (HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *) &hst_reg_info)) in hidh_conn_reg()
/system/bt/stack/sdp/
Dsdpint.h226 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/rfcomm/
Drfc_l2cap_if.c63 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
Drfc_int.h219 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/system/bt/stack/gatt/
Dgatt_main.c63 static const tL2CAP_APPL_INFO dyn_info =
126 if (!L2CA_Register (BT_PSM_ATT, (tL2CAP_APPL_INFO *) &dyn_info)) in gatt_init()
/system/bt/stack/avdt/
Davdt_l2c.c49 const tL2CAP_APPL_INFO avdt_l2c_appl = {
Davdt_int.h744 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
Davdt_api.c94 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl); in AVDT_Register()
/system/bt/stack/l2cap/
Dl2c_api.c60 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_Register()
349 UINT16 L2CA_RegisterLECoc(UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_RegisterLECoc()
637 bool L2CA_SetConnectionCallbacks(uint16_t local_cid, const tL2CAP_APPL_INFO *callbacks) { in L2CA_SetConnectionCallbacks()
Dl2cap_client.c63 static const tL2CAP_APPL_INFO l2cap_callbacks = {
Dl2c_ucd.c242 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO)); in L2CA_UcdRegister()
Dl2c_int.h248 tL2CAP_APPL_INFO api;