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

  /system/bt/stack/l2cap/
l2c_csm.c 154 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
329 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
575 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
705 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
    [all...]
l2c_api.c 75 || (!p_cb_info->pL2CA_DisconnectInd_Cb))
359 || (!p_cb_info->pL2CA_DisconnectInd_Cb))
643 assert(callbacks->pL2CA_DisconnectInd_Cb != NULL);
    [all...]
l2cap_client.c 67 .pL2CA_DisconnectInd_Cb = disconnect_request_cb,
l2c_ucd.c 243 p_rcb->api.pL2CA_DisconnectInd_Cb = l2c_ucd_disconnect_ind_cback;
    [all...]
l2c_utils.c     [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 70 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.c 128 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind;
  /system/bt/stack/bnep/
bnep_main.c 96 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind;
  /system/bt/stack/gap/
gap_conn.c 83 gap_cb.conn.reg_info.pL2CA_DisconnectInd_Cb = gap_disconnect_ind;
    [all...]

Completed in 166 milliseconds