SDK Version : 2.2.12
SDK Example: frdmkw36_wireless_examples_bluetooth_w_uart_freertos
SDK Modify: wireless_uart.c->BleApp_ConnectionCallback->gConnEvtConnected_c
add (void)Gap_SendSlaveSecurityRequest(peerDeviceId, &gPairingParameters);
Problem spot: If you do not add this api, When the KW36 deletes the pairing information, the phone retains the pairing information,The phone will not initiate a pairing popup request,Android phones don't seem to go wrong with additions like this,
however, the iPhone will have a small probability of not pop-up window.I want to know how this problem is solved,and I want to know the correct way to use this API.
Think you,best regard! @Ricardo_Zamora