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.

CC2540 receive notifications as a central

Other Parts Discussed in Thread: CC2540

I am working on a project using a CC2540 usb dongle as a central device. I want to use the BTool application to allow CC2540 to receive notifications from a peripheral device.

I have looked through the HostTestRelease project, and I see that in the app init there is a call to GATT_RegisterForInd(hciExtApp_TaskID); but I can't seem to find the task that that function notifies upon receiving a notification.