My current thinking is about using the skeleton of an async PDL, and only implementing the hci_pd.initialize or hci_pd.open, and just staying in an endless loop in one of these two PDL “fragments”.
Is the hci_pd_accept routine a valid call in the initialize or open states?
Do I have to implement all the TCL callbacks (be they just NOOPs)?
Does anyone have a PDL that reads from a database table that they would be willing to share?
Thanks!!!