No, I don't want to remove the BleConnManager_GapPeripheralEvent function ,please read it carefully.
I want to remove only the API Gap_AddDeviceToWhiteList which is used in the functions BleConnManager_GapPeripheralEvent and BleConnManager_GapCommonConfig as I my KW36 acts as a peripheral device and i dont have requirement to advertise only to whitelisted devices and i want to remove adding devices to whitelist.
So, I need to know whether removing Gap_AddDeviceToWhiteList used in ble_conn_manager.c file impact connection and pairing?
I am not going to use the concept of whitelist in my project, but I need to make sure that removing it would doesn't impact on connections and pairing.Please get back if you are not clear with my query.