This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bluetopia API for MSP430 vs Tiva

While trying to trouble shoot a different problem (http://e2e.ti.com/support/wireless_connectivity/f/660/p/361379/1269764.aspx#1269764) I realized that parts of the bluetopia api are different between the msp430 implementation and the Tiva implementation.  In particular I found there  are a handful of function prototypes and type definitions in the Audio profile subsystem API that are different despite that fact the reference documentation for both is labeled profile v1.0 release 4.01.  see the AUD_Initialize function in both stacks as an example.  

While I would expect to find differences at the HCI layer, I was surprised to find this sort of difference in the higher level profiles.

I was wondering if there is any documentation out there that lists the API differences between the implementations. It would be nice to know up front which functions calls aren't compatible when porting applications between devices.