Running the TimeApp example from BLE-CC254x-1.5.2.0 causes a passkey popup dialog on an Android (both Nexus 7 Android 6.0.1 and GalaxyXcover3 Android 5.1.1)
But on an IOS it only asking for pairing permissions.
Theses are the (original) pairing settings:
// Default passcode
#define DEFAULT_PASSCODE 19655
// Default GAP pairing mode
#define DEFAULT_PAIRING_MODE GAPBOND_PAIRING_MODE_INITIATE
// Default MITM mode (TRUE to require passcode or OOB when pairing)
#define DEFAULT_MITM_MODE FALSE
// Default bonding mode, TRUE to bond
#define DEFAULT_BONDING_MODE TRUE
// Default GAP bonding I/O capabilities
#define DEFAULT_IO_CAPABILITIES GAPBOND_IO_CAP_DISPLAY_ONLY