mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
hfp: continue with different sco setting for ERROR_CODE_CONNECTION_REJECTED_DUE_TO_LIMITED_RESOURCES
This commit is contained in:
parent
4ab18bfa5e
commit
1c614e9701
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user