This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is this the softdevice issue?

Hi all,

The ble_app_keyboard demo could not connect to ipad smoothly like followed operation:

1.use two iPads(ios8.2), iPad A and iPad B; 2.use the ble_app_keyboard demo in SDK 8.0 and SD8.0; 3.first bond the iPad A and work well with button pressed; 4.turn OFF the BT in iPad A, and the KB back to ADV, at this time, iPad B could find the KB and click the device to connect, but fail, with CONNECTED displayed at a very short time then DISCONNECT, no dialog pop up to ask for PAIR; 5.use the sniffer to listen and find it has come to the CONNECT_REQ step which mean connect successfully, but, the MASTER ask for the LL_VERSION_IND and no response from the SLAVE for 4~5 times then the SLAVE restart ADV again; 6.finanlly, the MASTER connect the SLAVE and disconnect immediately, again and again, and till the SLAVE answer it correctly at some time, when the KB could work well then. In this situation, why does the SLAVE not return the LL_VERSION_IND resonse ? At the most time, it does not give any response. If it answer, the next step is for the ENCODE and the function goes well. In my opinion, the device should connect to iPad B when iPad A is not working, even they has connceted before. I guess the response for LL_VERSION_IND is done by the SD itself, right? If so, is this the issue? Anything wrong, please correct. Thanks.

Related