mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
consume L2CAP_EVENT_CREDITS in RFCOMM multiplexer - (bug: L2CAP_CREDITs being sent to ALL clients)
This commit is contained in:
parent
97859d16a1
commit
5a8f8adde5
@ -746,7 +746,7 @@ static int rfcomm_multiplexer_hci_event_handler(uint8_t *packet, uint16_t size){
|
||||
|
||||
if (multiplexer->state != RFCOMM_MULTIPLEXER_OPEN) break;
|
||||
rfcomm_hand_out_credits();
|
||||
break;
|
||||
return 1;
|
||||
|
||||
case DAEMON_EVENT_HCI_PACKET_SENT:
|
||||
// testing DMA done code
|
||||
|
Loading…
x
Reference in New Issue
Block a user