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.

CC2564MODA: HCI command sequence diagram for RS232?

Part Number: CC2564MODA

is there a sequence diagram anywhere, that shows what VS HCI commands need to be sent, to open up a single virtual rs232 link between two CC2564's, back to back, master/slave? We've used RFCOMM to do it with lmx9838's.

I've looked in the latest TI BLE Vendor Specific HCI Reference Guide ( github.com/.../TI_BLE_Vendor_Specific_HCI_Guide.pdf), but in vain.

None of the HCI commands sound like they are at the right level - I was hoping for commands that were named after the traditional UART functions e.g. Open(port number, baud rate) & Close(), Send(buffer), Receive(Buffer), maybe Putch() &  getch(), but I don't see anything like them. Perhaps, I have to start the connection up at the HCI level & then switch to a UART level?