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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 61 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd;
  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 146 l2c_cacp_appl.pL2CA_ConnectInd_Cb = mca_l2c_cconn_ind_cback;
147 l2c_dacp_appl.pL2CA_ConnectInd_Cb = mca_l2c_dconn_ind_cback;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 74 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind;
172 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = NULL;
174 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 290 tL2CA_CONNECT_IND_CB *pL2CA_ConnectInd_Cb;
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 120 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 435 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid,
684 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr,
    [all...]
l2c_api.c 82 if ( (psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL) )
    [all...]
l2c_main.c 414 if (!p_rcb->api.pL2CA_ConnectInd_Cb)
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 89 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind;

Completed in 132 milliseconds