Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.cc101 bool le_buffer_full = le_acl_packet_credits_ == 0 && connection_type == ConnectionType::LE; in start_round_robin() local
102 if (classic_buffer_full || le_buffer_full) { in start_round_robin()
123 bool le_buffer_full = in start_round_robin() local
125 …if (!acl_queue_handler->second.dequeue_is_registered_ && !classic_buffer_full && !le_buffer_full) { in start_round_robin()
221 bool le_buffer_full = next_connection_type == ConnectionType::LE && le_acl_packet_credits_ == 0; in handle_enqueue_next_fragment() local
222 if ((classic_buffer_full || le_buffer_full) && enqueue_registered_.exchange(false)) { in handle_enqueue_next_fragment()