Searched refs:GetLeSuggestedDefaultDataLength (Results 1 – 7 of 7) sorted by relevance
146 MOCK_METHOD(uint16_t, GetLeSuggestedDefaultDataLength, (), (const));
180 virtual uint16_t GetLeSuggestedDefaultDataLength() const = 0;
185 virtual uint16_t GetLeSuggestedDefaultDataLength() const override;
1496 uint16_t Controller::GetLeSuggestedDefaultDataLength() const { in GetLeSuggestedDefaultDataLength() function in bluetooth::hci::Controller
126 ON_CALL(*bluetooth::hci::testing::mock_controller_, GetLeSuggestedDefaultDataLength) in FakeBtStack()
96 p_lcb->tx_data_len = bluetooth::shim::GetController()->GetLeSuggestedDefaultDataLength(); in l2cu_allocate_lcb()