HomeSort by relevance Sort by last modified time
    Searched refs:tL2CAP_APPL_INFO (Results 1 - 20 of 20) sorted by null

  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 125 tL2CAP_APPL_INFO l2c_cacp_appl;
126 tL2CAP_APPL_INFO l2c_dacp_appl;
143 l2c_cacp_appl = *(tL2CAP_APPL_INFO *)&mca_l2c_int_appl;
145 l2c_dacp_appl = *(tL2CAP_APPL_INFO *)&l2c_cacp_appl;
148 if (L2CA_Register(p_reg->ctrl_psm, (tL2CAP_APPL_INFO *) &l2c_cacp_appl) &&
149 L2CA_Register(p_reg->data_psm, (tL2CAP_APPL_INFO *) &l2c_dacp_appl))
353 p_ccb->ctrl_vpsm = L2CA_Register (ctrl_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);
464 p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);
639 p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);
    [all...]
mca_int.h 357 extern const tL2CAP_APPL_INFO mca_l2c_int_appl;
mca_l2c.c 35 const tL2CAP_APPL_INFO mca_l2c_int_appl =
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 59 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_appl);
70 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_br_appl);
avct_int.h 228 extern const tL2CAP_APPL_INFO avct_l2c_appl;
230 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
avct_l2c.c 48 const tL2CAP_APPL_INFO avct_l2c_appl = {
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 302 } tL2CAP_APPL_INFO;
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);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 115 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 181 tL2CAP_APPL_INFO reg_info;
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 59 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info;
rfc_int.h 221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 230 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 54 static const tL2CAP_APPL_INFO dyn_info =
112 if (!L2CA_Register (BT_PSM_ATT, (tL2CAP_APPL_INFO *) &dyn_info))
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 48 const tL2CAP_APPL_INFO avdt_l2c_appl = {
avdt_int.h 737 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
avdt_api.c 119 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 61 static const tL2CAP_APPL_INFO hst_reg_info =
98 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info))
103 if (!L2CA_Register (HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *) &hst_reg_info))
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 271 tL2CAP_APPL_INFO api;
    [all...]
l2c_ucd.c 239 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO));
    [all...]
l2c_api.c 52 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
    [all...]

Completed in 2295 milliseconds