consume L2CAP_EVENT_CREDITS in RFCOMM multiplexer - (bug: L2CAP_CREDITs being sent to ALL clients)

This commit is contained in:
matthias.ringwald 2012-04-04 19:18:29 +00:00
parent 97859d16a1
commit 5a8f8adde5

View File

@ -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