Hi,
I want to make device that can receive audio, transmite voice and also supports ble.
Device will be based on MSP430 (masp430f5438) and CC2564 (PAN1326).
I consider 2 ways to do it:
- A2DP for both in and out audio or
- HFP for out audio(source) and A2DP for receiving audio
1. Does Bluetopia stack support such configurations if it will be running on MSP430?
2. Consider, I want to use A2DP for both in and out audio.
I found 2 samples:
- A2DP source
- A2DP sink
The first one is linked with "libSS1BTA3D_T".a lib and the second one is linked with "libSS1BTA3D_C.a".
If I want to use both A2DP roles (sink + sources) do I need to use "libSS1BTA3D_TC.a" lib?
3. Consider I want to use A2DP for incoming audio and HFP for voice transmission.
What libs do I need? "libSS1BTA3D_C.a" and "libSS1BTHFP.a"?
4. And what Bluetopia lib to prefer if I also need BLE?
I suppose for A2DP(sink+src)+BLE I must to link my project with "libBluetopia_LE.a".
In case of HFP+A2DP(sink)+BLE I must use "libBluetopia_SCO.a" because HFP requires SCO. Does "libBluetopia_SCO.a" support BLE?
Best regards,
Artem Z