For some reason I'm not able to receive directed advertisements on the nRF51 development kit. I verified my nRF51 peripheral is sending the direct advertisement packets using the Sniffer tool, but the I don't see any BLE_GAP_EVT_ADV_REPORTS being generated on the central while its scanning.
The central does however see the advertisements if I configure them on the peripheral as connectable undirected.
I'm using SDK 10.0.0 for the peripheral and Windows BLE Driver 0.5.0 for the Central.
Thanks