Home | History | Annotate | Download | only in l2cap

Lines Matching full:credit

1077     UINT16                  *credit;
1227 L2CAP_TRACE_DEBUG("%s Sending credit",__func__);
1228 credit = (UINT16*)p_data;
1229 l2cble_send_flow_control_credit(p_ccb, *credit);
1233 credit = (UINT16*)p_data;
1234 L2CAP_TRACE_DEBUG("%s Credits received %d",__func__, *credit);
1235 if((p_ccb->peer_conn_cfg.credits + *credit) > L2CAP_LE_MAX_CREDIT)
1244 p_ccb->peer_conn_cfg.credits += *credit;
1452 case L2CEVT_L2CA_SEND_FLOW_CONTROL_CREDIT: /* Upper layer send credit packet */
1454 case L2CEVT_L2CAP_RECV_FLOW_CONTROL_CREDIT: /* Peer send credit packet */