Home
last modified time | relevance | path

Searched refs:hci_mtu_ (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc48 return hci_mtu_; in GetAclPacketLength()
71 const uint16_t hci_mtu_ = 1024; member in bluetooth::hci::acl_manager::__anon958c5eb60111::TestController
341 std::vector<uint8_t> packet(controller_->hci_mtu_, 0xff); in TEST_F()
342 std::vector<uint8_t> packet_part1(controller_->hci_mtu_, 0xff); in TEST_F()
Dround_robin_scheduler.cc31 hci_mtu_ = controller_->GetAclPacketLength(); in RoundRobinScheduler()
154 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()
Dround_robin_scheduler.h72 size_t hci_mtu_{0};
Dle_impl_test.cc184 return hci_mtu_; in GetAclPacketLength()
213 const uint16_t hci_mtu_ = 1024; member in bluetooth::hci::acl_manager::__anondce1a5790211::TestController