Hi Sir;
We are testing btstack(1.6.2) with two sco links. One of them(SCO_A) connects to mobilephone acting as handsfree and the other(SCO_B) connects to headset acting as handsfree gateway. We want forwarding audio data between the two SCOs(or eSCOs). Receiving SCO audio data seems no issue. For transfer , we found that the hci_request_sco_can_send_now_event() call does not distinguish sco handles. So when HCI_EVENT_SCO_CAN_SEND_NOW events received, we just do alternate transmission between SCO_A and B.
when mobilephone call comes in, I can hear in-band ring on headset side for a while, then btstack panic becasue of memory issue. I just wonder if this is the issue talked above or others like porting issue?