Searched refs:cong_sent (Results 1 – 4 of 4) sorted by relevance
995 if (p_ccb->cong_sent) { in l2c_data_write()1008 if (p_ccb->cong_sent) return (L2CAP_DW_CONGESTED); in l2c_data_write()
1594 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) { in L2CA_SendFixedChnlData()1618 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) in L2CA_SendFixedChnlData()
312 bool cong_sent; /* Set when congested status sent */ member
1484 p_ccb->cong_sent = false; in l2cu_allocate_ccb()3394 p_ccb->cong_sent = status; in send_congestion_status_to_all_clients()3432 if (p_ccb->cong_sent) { in l2cu_check_channel_congestion()