Home
last modified time | relevance | path

Searched refs:SendLeCredit (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dilink_mock.h33 MOCK_METHOD(void, SendLeCredit, (Cid, uint16_t), (override));
Dilink.h40 virtual void SendLeCredit(Cid /* local_cid */, uint16_t /* credit */) {} in SendLeCredit() function
Dle_credit_based_channel_data_controller.cc106 link_->SendLeCredit(cid_, 1); in OnPdu()
Dle_credit_based_channel_data_controller_test.cc154 EXPECT_CALL(link, SendLeCredit(0x41, 1)); in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.h166 void SendLeCredit(Cid local_cid, uint16_t credit) override;
Dlink.cc326 void Link::SendLeCredit(Cid local_cid, uint16_t credit) { in SendLeCredit() function in bluetooth::l2cap::le::internal::Link
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.h165 void SendLeCredit(Cid /* local_cid */, uint16_t /* credit */) override {} in SendLeCredit() function