Searched refs:SendLeCredit (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | ilink.h | 36 virtual void SendLeCredit(Cid local_cid, uint16_t credit) = 0;
|
D | ilink_mock.h | 33 MOCK_METHOD(void, SendLeCredit, (Cid, uint16_t), (override));
|
D | le_credit_based_channel_data_controller.cc | 101 link_->SendLeCredit(cid_, 1); in OnPdu()
|
D | le_credit_based_channel_data_controller_test.cc | 156 EXPECT_CALL(link, SendLeCredit(0x41, 1)); in TEST_F()
|
/system/bt/gd/l2cap/le/internal/ |
D | link.h | 119 void SendLeCredit(Cid local_cid, uint16_t credit) override;
|
D | link.cc | 181 void Link::SendLeCredit(Cid local_cid, uint16_t credit) { in SendLeCredit() function in bluetooth::l2cap::le::internal::Link
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.h | 136 void SendLeCredit(Cid local_cid, uint16_t credit) override {} in SendLeCredit() function
|
/system/bt/gd/shim/ |
D | l2cap_test.cc | 62 void SendLeCredit(l2cap::Cid local_cid, uint16_t credit) {} in SendLeCredit() function in bluetooth::shim::__anon35f885e20111::TestLink
|