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.

GAP Device Discovery with no GAP_DeviceDiscovery returned

Other Parts Discussed in Thread: CC2650

Hey,

i'm trying to get the devices discovered. After I finished discovering but I don't see any response from the cc2650 besides "success".
maybe it's something related ti the operations order I perform?

What did I did? (all returned with "success" status)

GAP_DeviceInit (0xFE00) with (0x08, 0x00, [0x00] * 16, [0x00] * 16, [0x00] * 4)

GAP_DeviceDiscoveryRequest (0xFE04) with (3,1,0)

and stopping after some 30 sec with:

GAP_DeviceDiscoveryCancel (0xFE05) with ()

all the functions return with success but I don't get any GAP_DeviceDiscovery (0x0601)