Searched refs:GetAclPacketLength (Results 1 – 14 of 14) sorted by relevance
112 MOCK_METHOD(uint16_t, GetAclPacketLength, (), (const));
116 virtual uint16_t GetAclPacketLength() const = 0;
123 virtual uint16_t GetAclPacketLength() const override;
397 ASSERT_EQ(controller_->GetAclPacketLength(), test_hci_layer_->acl_data_packet_length); in TEST_F()
86 uint16_t GetAclPacketLength() const override { in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anond0d203480111::TestController
78 uint16_t GetAclPacketLength() const override { in GetAclPacketLength() function in bluetooth::hci::acl_manager::TestController
1364 uint16_t Controller::GetAclPacketLength() const { in GetAclPacketLength() function in bluetooth::hci::Controller
131 ON_CALL(controller_, GetAclPacketLength).WillByDefault(Return(512)); in FakeBtStack()
31 hci_mtu_ = controller_->GetAclPacketLength(); in RoundRobinScheduler()
162 EXPECT_CALL(*controller_, GetAclPacketLength); in SetUp()
47 uint16_t GetAclPacketLength() const { in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anon958c5eb60111::TestController
183 uint16_t GetAclPacketLength() const { in GetAclPacketLength() function in bluetooth::hci::acl_manager::__anondce1a5790211::TestController
971 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()