Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.h68 size_t hci_mtu_{0};
Dround_robin_scheduler_test.cc46 return hci_mtu_; in GetControllerAclPacketLength()
69 const uint16_t hci_mtu_ = 1024; member in bluetooth::hci::acl_manager::TestController
339 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()
Dround_robin_scheduler.cc29 hci_mtu_ = controller_->GetControllerAclPacketLength(); in RoundRobinScheduler()
120 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()