mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
hfp: try next link setting for connection failure with unsupported lmp feature
This commit is contained in:
parent
5fa700b13d
commit
69a0db5759
@ -780,6 +780,7 @@ static int hfp_handle_failed_sco_connection(uint8_t status){
|
||||
case ERROR_CODE_SCO_OFFSET_REJECTED:
|
||||
case ERROR_CODE_UNSPECIFIED_ERROR:
|
||||
case ERROR_CODE_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE:
|
||||
case ERROR_CODE_UNSUPPORTED_REMOTE_FEATURE_UNSUPPORTED_LMP_FEATURE:
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user