Searched refs:hci_mtu_ (Results 1 – 4 of 4) sorted by relevance
48 return hci_mtu_; in GetAclPacketLength()71 const uint16_t hci_mtu_ = 1024; member in bluetooth::hci::acl_manager::__anon958c5eb60111::TestController341 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()
31 hci_mtu_ = controller_->GetAclPacketLength(); in RoundRobinScheduler()154 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()
72 size_t hci_mtu_{0};
184 return hci_mtu_; in GetAclPacketLength()213 const uint16_t hci_mtu_ = 1024; member in bluetooth::hci::acl_manager::__anondce1a5790211::TestController