Home
last modified time | relevance | path

Searched refs:GetAclPacketLength (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h112 MOCK_METHOD(uint16_t, GetAclPacketLength, (), (const));
Dcontroller_interface_mock.h112 MOCK_METHOD(uint16_t, GetAclPacketLength, (), (const));
Dcontroller_interface.h116 virtual uint16_t GetAclPacketLength() const = 0;
Dcontroller.h123 virtual uint16_t GetAclPacketLength() const override;
Dcontroller_test.cc397 ASSERT_EQ(controller_->GetAclPacketLength(), test_hci_layer_->acl_data_packet_length); in TEST_F()
Dacl_manager_unittest.cc86 uint16_t GetAclPacketLength() const override { in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anond0d203480111::TestController
Dacl_manager_test.cc78 uint16_t GetAclPacketLength() const override { in GetAclPacketLength() function in bluetooth::hci::acl_manager::TestController
Dcontroller.cc1364 uint16_t Controller::GetAclPacketLength() const { in GetAclPacketLength() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc131 ON_CALL(controller_, GetAclPacketLength).WillByDefault(Return(512)); in FakeBtStack()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.cc31 hci_mtu_ = controller_->GetAclPacketLength(); in RoundRobinScheduler()
Dclassic_impl_test.cc162 EXPECT_CALL(*controller_, GetAclPacketLength); in SetUp()
Dround_robin_scheduler_test.cc47 uint16_t GetAclPacketLength() const { in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anon958c5eb60111::TestController
Dle_impl_test.cc183 uint16_t GetAclPacketLength() const { in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anondce1a5790211::TestController
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc971 bluetooth::shim::GetController()->GetAclPacketLength(); in l2cu_send_peer_echo_rsp()
973 bluetooth::shim::GetController()->GetAclPacketLength() + in l2cu_send_peer_echo_rsp()
3483 bluetooth::shim::GetController()->GetAclPacketLength(); in l2cu_set_acl_hci_header()