more missing breaks

This commit is contained in:
Matthias Ringwald 2017-05-25 15:17:12 +02:00
parent ba6f86f834
commit b528169261
2 changed files with 2 additions and 0 deletions

View File

@ -507,6 +507,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t * even
break;
case 'e':
printf("HFP AG registration status update for individual indicators set.\n");
break;
default:
break;
}

View File

@ -469,6 +469,7 @@ void avdtp_acceptor_stream_config_subsm_run(avdtp_connection_t * connection, avd
case AVDTP_SIGNALING_CONNECTION_ACCEPTOR_W2_GENERAL_REJECT_WITH_ERROR_CODE:
connection->acceptor_connection_state = AVDTP_SIGNALING_CONNECTION_ACCEPTOR_IDLE;
avdtp_acceptor_send_response_general_reject(connection->l2cap_signaling_cid, connection->reject_signal_identifier, connection->acceptor_transaction_label);
break;
default:
sent = 0;
break;