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 );