mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 12:39:51 +00:00
hfp: add missing default
This commit is contained in:
parent
caeaa206eb
commit
75389f8089
@ -3271,6 +3271,8 @@ void hfp_ag_create_sdp_record_with_codecs(uint8_t * service, uint32_t service_re
|
||||
case HFP_CODEC_LC3_SWB:
|
||||
sdp_features |= 1 << 8;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2304,6 +2304,8 @@ void hfp_hf_create_sdp_record_with_codecs(uint8_t * service, uint32_t service_re
|
||||
case HFP_CODEC_LC3_SWB:
|
||||
sdp_features |= 1 << 8;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user