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

  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 67 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd;
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 170 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req);
317 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req);
    [all...]
  /system/bt/stack/include/
l2c_api.h 307 tL2CA_CONFIG_IND_CB* pL2CA_ConfigInd_Cb;
    [all...]
  /system/bt/stack/l2cap/
l2cap_client.cc 69 .pL2CA_ConfigInd_Cb = config_request_cb,
l2c_csm.cc 748 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg);
    [all...]
l2c_api.cc 72 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) || (!p_cb_info->pL2CA_ConfigInd_Cb) ||
682 CHECK(callbacks->pL2CA_ConfigInd_Cb != NULL);
    [all...]
  /system/bt/stack/sdp/
sdp_main.cc 114 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind;
  /system/bt/stack/bnep/
bnep_main.cc 89 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind;
  /system/bt/stack/gap/
gap_conn.cc 121 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind;
    [all...]

Completed in 270 milliseconds