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

  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 65 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd;
  /system/bt/stack/mcap/
mca_api.c 144 l2c_cacp_appl.pL2CA_ConnectInd_Cb = mca_l2c_cconn_ind_cback;
145 l2c_dacp_appl.pL2CA_ConnectInd_Cb = mca_l2c_dconn_ind_cback;
  /system/bt/stack/gap/
gap_conn.c 78 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind;
188 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = NULL;
190 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind;
    [all...]
  /system/bt/stack/l2cap/
l2c_api.c 90 if ( (psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL) )
377 if ((psm >= 0x0080) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL))
639 assert(callbacks->pL2CA_ConnectInd_Cb == NULL);
    [all...]
l2c_csm.c 487 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid,
801 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr,
    [all...]
l2c_ble.c 718 if (!p_rcb->api.pL2CA_ConnectInd_Cb)
    [all...]
l2c_main.c 394 if (!p_rcb->api.pL2CA_ConnectInd_Cb)
    [all...]
  /system/bt/stack/include/
l2c_api.h 304 tL2CA_CONNECT_IND_CB *pL2CA_ConnectInd_Cb;
    [all...]
  /system/bt/stack/sdp/
sdp_main.c 123 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind;
  /system/bt/stack/bnep/
bnep_main.c 92 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind;

Completed in 98 milliseconds