Hi!
I have two separate pieces of code for an STM32 M4 MCU.. One implementing an HFP device, and the other one using BLE.
Now, I need to merge these to demos, and take advantage of the CC2564B Dual Mode capability. So, I need BLE to control the device and I need HFP to provide the audio stream when the phone is on a call.
Unfortunately, I haven't found a Dual Mode example for the STM32 MCU from which I could determine how to correctly setup the BT stack for Dual Mode operation.
So, the first question I have is: Do I need to setup LE and CB stacks indepedently (i.e.: open 2 stacks?), or should I just open the stack once and use a single BT stack ID for both modes?
Thanks!