Searched refs:cong_sent (Results 1 – 4 of 4) sorted by relevance
1032 if (p_ccb->cong_sent) { in l2c_data_write()1045 if (p_ccb->cong_sent) return (L2CAP_DW_CONGESTED); in l2c_data_write()
1321 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) { in L2CA_SendFixedChnlData()1347 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) { in L2CA_SendFixedChnlData()
328 bool cong_sent; /* Set when congested status sent */ member
1446 p_ccb->cong_sent = false; in l2cu_allocate_ccb()3218 p_ccb->cong_sent = status; in send_congestion_status_to_all_clients()3254 if (p_ccb->cong_sent) { in l2cu_check_channel_congestion()