Searched refs:SendLeCredit (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/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 | 106 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()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.h | 166 void SendLeCredit(Cid local_cid, uint16_t credit) override;
|
D | link.cc | 326 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/ |
D | link.h | 165 void SendLeCredit(Cid /* local_cid */, uint16_t /* credit */) override {} in SendLeCredit() function
|