Searched refs:SendLeCredit (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | ilink_mock.h | 33 MOCK_METHOD(void, SendLeCredit, (Cid, uint16_t), (override));
|
D | ilink.h | 40 virtual void SendLeCredit(Cid local_cid, uint16_t credit) {} in SendLeCredit() function
|
D | le_credit_based_channel_data_controller.cc | 101 link_->SendLeCredit(cid_, 1); in OnPdu()
|
D | le_credit_based_channel_data_controller_test.cc | 154 EXPECT_CALL(link, SendLeCredit(0x41, 1)); in TEST_F()
|
/system/bt/gd/l2cap/le/internal/ |
D | link.h | 144 void SendLeCredit(Cid local_cid, uint16_t credit) override;
|
D | link.cc | 278 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 | 151 void SendLeCredit(Cid local_cid, uint16_t credit) override {} in SendLeCredit() function
|