Other Parts Discussed in Thread: CC2564
Hi everyone,
I am working on a Bluetooth product with a CC2564MODA to make an HFP communication with another device with a CC2564 (who work fine with a smartphone). I have found in the sdk (https://www.ti.com/tool/CC256XSTBTBLESW#order-start-development) a source file “HFPAG_Demo.c” that I use.
I am calling all the API function in a state machine, all work fine until I want to call the SendCallWaitingNotification. In return of this function, I have "ERROR INVALID_OPERATION".
The order of the call is: OpenStack, SetConnect, SetDisc, SetPairable, Inquiry, ServiceDiscovery, OpenRemoteHandsFreePort, HFPAG_ManageAudioConnection, SendCallWaitingNotification. I have miss a function to call?
best regards,
Alexandre Deslandes