We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b7a54 commit f58fb83Copy full SHA for f58fb83
bumble/host.py
@@ -405,8 +405,8 @@ def check_acl_packet_queue(self):
405
and self.acl_packets_in_flight < self.hc_total_num_le_acl_data_packets
406
):
407
packet = self.acl_packet_queue.pop()
408
- self.send_hci_packet(packet)
409
self.acl_packets_in_flight += 1
+ self.send_hci_packet(packet)
410
411
def supports_command(self, command):
412
# Find the support flag position for this command
0 commit comments