Searched refs:credit_view (Results 1 – 3 of 3) sorted by relevance
186 credit_view = l2cap_packets.LeFlowControlCreditView(l2cap_le_control_view)187 cid = credit_view.GetCid()190 self._cid_to_cert_channels[cid]._credits_left += credit_view.GetCredits()
423 LeFlowControlCreditView credit_view = LeFlowControlCreditView::Create(control_packet_view); in on_incoming_packet() local424 if (!credit_view.IsValid()) { in on_incoming_packet()427 OnCredit(credit_view.GetCid(), credit_view.GetCredits()); in on_incoming_packet()
867 FlowControlCreditView credit_view = FlowControlCreditView::Create(control_packet_view); in handle_one_command() local868 if (!credit_view.IsValid()) { in handle_one_command()