Searched refs:pL2CA_CongestionStatus_Cb (Results 1 – 8 of 8) sorted by relevance
84 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
313 tL2CA_CONGESTION_STATUS_CB *pL2CA_CongestionStatus_Cb; member
65 .pL2CA_CongestionStatus_Cb = congestion_cb,
226 p_rcb->api.pL2CA_CongestionStatus_Cb = NULL; in L2CA_UcdRegister()
3655 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) {3661 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, FALSE);3698 if (p_ccb->p_rcb && p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb) {3702 (*p_ccb->p_rcb->api.pL2CA_CongestionStatus_Cb)(p_ccb->local_cid, TRUE);
327 assert(callbacks->pL2CA_CongestionStatus_Cb != NULL); in L2CA_SetConnectionCallbacks()
198 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL; in sdp_init()
87 gap_cb.conn.reg_info.pL2CA_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()