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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 151 connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
222 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_NO_LINK);
303 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
516 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
547 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 62 p_l2c->pL2CA_ConnectCfm_Cb = RFCOMM_ConnectCnf;
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 291 tL2CA_CONNECT_CFM_CB *pL2CA_ConnectCfm_Cb;
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 121 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm;
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 90 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm;
  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 144 l2c_cacp_appl.pL2CA_ConnectCfm_Cb = NULL;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 75 gap_cb.conn.reg_info.pL2CA_ConnectCfm_Cb = gap_connect_cfm;
    [all...]

Completed in 109 milliseconds