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

  /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);
  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 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...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 318 #define L2CA_REGISTER(a,b,c) L2CA_Register(a,(tL2CAP_APPL_INFO *)b)
338 ** Function L2CA_Register
350 L2C_API extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 74 L2CA_Register (BT_PSM_RFCOMM, p_l2c);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 133 if (!L2CA_Register (SDP_PSM, &sdp_cb.reg_info))
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 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/bnep/
bnep_main.c 99 if (!L2CA_Register (BT_PSM_BNEP, &bnep_cb.reg_info))
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 112 if (!L2CA_Register (BT_PSM_ATT, (tL2CAP_APPL_INFO *) &dyn_info))
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 119 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 40 ** Function L2CA_Register
52 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info)
57 L2CAP_TRACE_API1 ("L2CAP - L2CA_Register() called for PSM: 0x%04x", psm);
90 L2CAP_TRACE_API2 ("L2CA_Register - Real PSM: 0x%04x Virtual PSM: 0x%04x", psm, vpsm);
    [all...]

Completed in 61 milliseconds