Searched refs:le_hci_mtu_ (Results 1 – 4 of 4) sorted by relevance
35 le_hci_mtu_ = le_buffer_size.le_data_packet_length_; in RoundRobinScheduler()154 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()
53 le_buffer_size.le_data_packet_length_ = le_hci_mtu_; in GetLeBufferSize()73 const uint16_t le_hci_mtu_ = 27; member in bluetooth::hci::acl_manager::__anon958c5eb60111::TestController350 for (uint8_t i = 0; i < controller_->le_hci_mtu_; i++) { in TEST_F()
73 size_t le_hci_mtu_{0};
189 le_buffer_size.le_data_packet_length_ = le_hci_mtu_; in GetLeBufferSize()215 const uint16_t le_hci_mtu_ = 27; member in bluetooth::hci::acl_manager::__anondce1a5790211::TestController