Hi Sebastian,
Thank you.
In continuation with testing on FRDM KW38 and KW36, I have one more observation/issue related scan and connect. Test setup is the same as before (reproducible on Wireless UART sample app as well):
1. The peer (phone app) is advertising; FRDM KW36/KW38 gets scan callback and about to connect to the peer with App_Connect().
2. Now, in peer/phone switch off the BLE
3. App_Connect() call returns success in KW36/38
4. KW36 always gets GenericCallback with event type: gInternalError_c
5. But, in KW38 rarely gets GenericCallback/gInternalError_c in this case. No responses/callbacks from stack side, for most of the times.
Queries:
1. Why is KW38 not responding in this case?
2. Once I get GenericCallback/gInternalError_c (in KW36) what is the right procedure for further/normal operation (further scanning/connect)? I tried BleApp_Start(gGapCentral_c) in KW36, but it did not help finding any devices any more (even when the peer was advertising)
Thanks,
Prince