hfp: continue with different sco setting for ERROR_CODE_CONNECTION_REJECTED_DUE_TO_LIMITED_RESOURCES

This commit is contained in:
Matthias Ringwald 2025-04-10 10:58:51 +02:00
parent 4ab18bfa5e
commit 1c614e9701

View File

@ -845,6 +845,7 @@ static int hfp_handle_failed_sco_connection(uint8_t status){
log_info("(e)SCO Connection failed 0x%02x", status);
switch (status){
case ERROR_CODE_CONNECTION_REJECTED_DUE_TO_LIMITED_RESOURCES:
case ERROR_CODE_INVALID_LMP_PARAMETERS_INVALID_LL_PARAMETERS:
case ERROR_CODE_SCO_AIR_MODE_REJECTED:
case ERROR_CODE_SCO_INTERVAL_REJECTED: