Searched refs:GetAclPacketLength (Results 1 – 14 of 14) sorted by relevance
112 MOCK_METHOD(uint16_t, GetAclPacketLength, (), (const));
120 virtual uint16_t GetAclPacketLength() const = 0;
125 virtual uint16_t GetAclPacketLength() const override;
385 ASSERT_EQ(controller_->GetAclPacketLength(), test_hci_layer_->acl_data_packet_length); in TEST_F()
84 uint16_t GetAclPacketLength() const override { return acl_buffer_length_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anon4444a8fe0111::TestController
1389 uint16_t Controller::GetAclPacketLength() const { return impl_->acl_buffer_length_; } in GetAclPacketLength() function in bluetooth::hci::Controller
80 uint16_t GetAclPacketLength() const override { return acl_buffer_length_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::TestController
152 EXPECT_CALL(*controller_, GetAclPacketLength); in SetUp()
34 hci_mtu_ = controller_->GetAclPacketLength(); in RoundRobinScheduler()
44 uint16_t GetAclPacketLength() const { return hci_mtu_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anond0aaf5ec0111::TestController
189 uint16_t GetAclPacketLength() const { return hci_mtu_; } in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anon6ffc362f0211::TestController
139 ON_CALL(*bluetooth::hci::testing::mock_controller_, GetAclPacketLength) in FakeBtStack()
978 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()