mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
hfp: try next link setting on invlid lmp parameter error
This commit is contained in:
parent
577ad33361
commit
33c74df1cc
@ -829,6 +829,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_INVALID_LMP_PARAMETERS_INVALID_LL_PARAMETERS:
|
||||
case ERROR_CODE_SCO_AIR_MODE_REJECTED:
|
||||
case ERROR_CODE_SCO_INTERVAL_REJECTED:
|
||||
case ERROR_CODE_SCO_OFFSET_REJECTED:
|
||||
|
Loading…
x
Reference in New Issue
Block a user