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.

How to directly use HCI send and recv ACL packet?

we need to send some simple information, but our driver don't support gatt, even not support l2cap, but support HCI(including LE). my question is how to use hci acl sending and recving packet in the ti fop bluetooth low energy statck? i only found a function to send hci, but can't found how to receive connection event and recv hci acl data. Thanks.

extern hciStatus_t HCI_SendDataPkt( uint16 connHandle,
uint8 pbFlag,
uint16 pktLen,
uint8 *pData );