Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_interface_mock.h112 MOCK_METHOD(uint16_t, GetAclPacketLength, (), (const));
Dcontroller_mock.h112 MOCK_METHOD(uint16_t, GetAclPacketLength, (), (const));
Dcontroller_interface.h120 virtual uint16_t GetAclPacketLength() const = 0;
Dcontroller.h125 virtual uint16_t GetAclPacketLength() const override;
Dcontroller_test.cc385 ASSERT_EQ(controller_->GetAclPacketLength(), test_hci_layer_->acl_data_packet_length); in TEST_F()
Dacl_manager_unittest.cc84 uint16_t GetAclPacketLength() const override { return acl_buffer_length_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anon4444a8fe0111::TestController
Dcontroller.cc1389 uint16_t Controller::GetAclPacketLength() const { return impl_->acl_buffer_length_; } in GetAclPacketLength() function in bluetooth::hci::Controller
Dacl_manager_test.cc80 uint16_t GetAclPacketLength() const override { return acl_buffer_length_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::TestController
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc152 EXPECT_CALL(*controller_, GetAclPacketLength); in SetUp()
Dround_robin_scheduler.cc34 hci_mtu_ = controller_->GetAclPacketLength(); in RoundRobinScheduler()
Dround_robin_scheduler_test.cc44 uint16_t GetAclPacketLength() const { return hci_mtu_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anond0aaf5ec0111::TestController
Dle_impl_test.cc189 uint16_t GetAclPacketLength() const { return hci_mtu_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anon6ffc362f0211::TestController
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc139 ON_CALL(*bluetooth::hci::testing::mock_controller_, GetAclPacketLength) in FakeBtStack()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc978 uint16_t acl_data_size = bluetooth::shim::GetController()->GetAclPacketLength(); in l2cu_send_peer_echo_rsp()
980 bluetooth::shim::GetController()->GetAclPacketLength() + kHciDataPreambleSize; in l2cu_send_peer_echo_rsp()
3528 uint16_t acl_data_size = bluetooth::shim::GetController()->GetAclPacketLength(); in l2cu_set_acl_hci_header()