Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_interface_mock.h146 MOCK_METHOD(uint16_t, GetLeSuggestedDefaultDataLength, (), (const));
Dcontroller_mock.h146 MOCK_METHOD(uint16_t, GetLeSuggestedDefaultDataLength, (), (const));
Dcontroller_interface.h180 virtual uint16_t GetLeSuggestedDefaultDataLength() const = 0;
Dcontroller.h185 virtual uint16_t GetLeSuggestedDefaultDataLength() const override;
Dcontroller.cc1496 uint16_t Controller::GetLeSuggestedDefaultDataLength() const { in GetLeSuggestedDefaultDataLength() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc126 ON_CALL(*bluetooth::hci::testing::mock_controller_, GetLeSuggestedDefaultDataLength) in FakeBtStack()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc96 p_lcb->tx_data_len = bluetooth::shim::GetController()->GetLeSuggestedDefaultDataLength(); in l2cu_allocate_lcb()