mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +00:00
hfp_ag: trigger WBS config for ENABLE_BCM_PCM_WBS
This commit is contained in:
parent
b85834a422
commit
6decf019d6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user