Searched refs:hci_mtu_ (Results 1 – 3 of 3) sorted by relevance
68 size_t hci_mtu_{0};
46 return hci_mtu_; in GetControllerAclPacketLength()69 const uint16_t hci_mtu_ = 1024; member in bluetooth::hci::acl_manager::TestController339 std::vector<uint8_t> packet(controller_->hci_mtu_, 0xff); in TEST_F()340 std::vector<uint8_t> packet_part1(controller_->hci_mtu_, 0xff); in TEST_F()
29 hci_mtu_ = controller_->GetControllerAclPacketLength(); in RoundRobinScheduler()120 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()