hfp_ag: trigger WBS config for ENABLE_BCM_PCM_WBS

This commit is contained in:
Matthias Ringwald 2023-08-11 13:53:52 +02:00
parent b85834a422
commit 6decf019d6
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- HFP: use 'don't care' to accept SCO connections, fixes issue on ESP32
- HFP: fix LC3-WB init
- HFP AG: fix setup of audio connection in service level established event
- HFP AG: fix BCM WBS setup
- HID Device: set Report Mode as default
### Changed

View File

@ -653,6 +653,9 @@ static int codecs_exchange_state_machine(hfp_connection_t * hfp_connection){
#ifdef ENABLE_CC256X_ASSISTED_HFP
hfp_cc256x_prepare_for_sco(hfp_connection);
#endif
#ifdef ENABLE_BCM_PCM_WBS
hfp_bcm_prepare_for_sco(hfp_connection);
#endif
#ifdef ENABLE_RTK_PCM_WBS
hfp_connection->rtk_send_sco_config = true;
#endif