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 send command HCI in cc2650?

Other Parts Discussed in Thread: CC2650

Hi,

I want to send command  from central to peripheral device GAP_DeviceDiscoveryRequest.

I try to use HCI_SendControllerToHostEvent() in sipleBLECentral project, but programm doesn't compile. Error "no definition for  HCI_SendControllerToHostEvent".

What should be included??

hci_event.h included is the project.