i writing a simple central-role application, using the message sequences i see from BTool as a model.... [it might be nice to have a small example for this purpose; reading hci_ext_app.c is like information overload!!]
i have successfully called GAP_DeviceInit with essentially the same parameters i see from the BTool messages -- eg, CENTRAL_ROLE.... the call returns SUCCESS *and* i subsequently receive a GAP_DeviceInitDone event with all status being successful here as well....
then, i call GAP_DeviceDiscoveryRequst() -- but i never receive a matching GAP_DeviceDiscoveryRequestDone event!!!
i am indeed linking with the right library (wasn't originally!!)...
any thoughts on what i'm missing.... a "checklist" of what's required for an embedded central-role app would be helpful....