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

  /system/bt/stack/mcap/
mca_api.c 123 tL2CAP_APPL_INFO l2c_cacp_appl;
124 tL2CAP_APPL_INFO l2c_dacp_appl;
141 l2c_cacp_appl = *(tL2CAP_APPL_INFO *)&mca_l2c_int_appl;
143 l2c_dacp_appl = *(tL2CAP_APPL_INFO *)&l2c_cacp_appl;
146 if (L2CA_Register(p_reg->ctrl_psm, (tL2CAP_APPL_INFO *) &l2c_cacp_appl) &&
147 L2CA_Register(p_reg->data_psm, (tL2CAP_APPL_INFO *) &l2c_dacp_appl))
351 p_ccb->ctrl_vpsm = L2CA_Register (ctrl_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);
460 p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);
632 p_ccb->data_vpsm = L2CA_Register (data_psm, (tL2CAP_APPL_INFO *)&mca_l2c_int_appl);
mca_int.h 357 extern const tL2CAP_APPL_INFO mca_l2c_int_appl;
mca_l2c.c 36 const tL2CAP_APPL_INFO mca_l2c_int_appl =
  /system/bt/stack/include/
l2c_api.h 316 } tL2CAP_APPL_INFO;
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);
    [all...]
  /system/bt/stack/gap/
gap_int.h 97 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /system/bt/stack/avct/
avct_api.c 62 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_appl);
73 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_br_appl);
avct_int.h 229 extern const tL2CAP_APPL_INFO avct_l2c_appl;
231 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
avct_l2c.c 49 const tL2CAP_APPL_INFO avct_l2c_appl = {
  /system/bt/stack/bnep/
bnep_int.h 181 tL2CAP_APPL_INFO reg_info;
  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 63 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info;
rfc_int.h 219 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /system/bt/stack/sdp/
sdpint.h 226 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /system/bt/stack/avdt/
avdt_l2c.c 49 const tL2CAP_APPL_INFO avdt_l2c_appl = {
avdt_int.h 744 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
avdt_api.c 94 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl);
    [all...]
  /system/bt/stack/hid/
hidh_conn.c 67 static const tL2CAP_APPL_INFO hst_reg_info =
104 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info))
109 if (!L2CA_Register (HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *) &hst_reg_info))
    [all...]
  /system/bt/stack/l2cap/
l2c_api.c 60 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
349 UINT16 L2CA_RegisterLECoc(UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
637 bool L2CA_SetConnectionCallbacks(uint16_t local_cid, const tL2CAP_APPL_INFO *callbacks) {
    [all...]
l2cap_client.c 63 static const tL2CAP_APPL_INFO l2cap_callbacks = {
l2c_int.h 248 tL2CAP_APPL_INFO api;
    [all...]
l2c_ucd.c 242 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO));
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 63 static const tL2CAP_APPL_INFO dyn_info =
126 if (!L2CA_Register (BT_PSM_ATT, (tL2CAP_APPL_INFO *) &dyn_info))
    [all...]

Completed in 342 milliseconds