Tool/software: TI-RTOS
I'm trying to reduce the time it takes to execute the OpenStack function in the A3DPDemo_Src sample project for the CC2564.
It looks like enabling the BSC_FEAUTURE_A3DP_SOURCE using:
BSC_EnableFeature(BuetoothStackID, BSC_FEATURE_A3DP_SOURCE));
Takes about 3.3 seconds. This is a long time... Was wondering if there was any way to reduce this while still being able to enable the A3DP Source feature.
Thank you.