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

  /system/bt/stack/l2cap/
l2c_csm.cc 141 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
298 p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
499 p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
622 p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
725 p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
    [all...]
l2c_api.cc 73 (!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) {
414 if ((!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) {
684 CHECK(callbacks->pL2CA_DisconnectInd_Cb != NULL);
    [all...]
l2cap_client.cc 71 .pL2CA_DisconnectInd_Cb = disconnect_request_cb,
l2c_utils.cc     [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 69 p_l2c->pL2CA_DisconnectInd_Cb = RFCOMM_DisconnectInd;
  /system/bt/stack/include/
l2c_api.h 309 tL2CA_DISCONNECT_IND_CB* pL2CA_DisconnectInd_Cb;
    [all...]
  /system/bt/stack/sdp/
sdp_main.cc 116 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind;
  /system/bt/stack/bnep/
bnep_main.cc 91 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind;
  /system/bt/stack/gap/
gap_conn.cc 123 conn.reg_info.pL2CA_DisconnectInd_Cb = gap_disconnect_ind;
    [all...]

Completed in 876 milliseconds