I recently ported my code to the new 1.4.1 BLE stack. I am working with CC2540s and CC2541s. My application code for my central device listens and tries to connect with multiple peripherals. The code worked fine with BLE stack 1.4.0. My applications scans for advertisers and once if finds one it connects and then scans for more. What I have noticed with the 1.4.1 stack is that once I connect to a peripheral I no longer receive any GAP_DEVICE_INFO_EVENT events. But as soon as I close the existing connection, they start coming in again. I am assuming that I am missing some config setting somewhere or something. Any help would be great.
Thanks