Hello,
Could you please try setting the following advertisement parameters?
gapAdvertisingParameters_t gAdvParams =
{
gGapAdvertisingIntervalDefault_c,
gGapAdvertisingIntervalDefault_c,
gAdvDirectedHighDutyCycle_c,
gBleAddrTypeRandom_c,
gBleAddrTypePublic_c,
{0x00, 0x60, 0x37, 0xB0, 0x8A, 0x1B},
(gapAdvertisingChannelMapFlags_t) (gGapAdvertisingChannelMapDefault_c),
gProcessAll_c
};
#define gGapAdvertisingIntervalRangeMinimum_c 0x0100
#define gGapAdvertisingIntervalDefault_c 0x0800
#define gGapAdvertisingIntervalRangeMaximum_c 0x0800
Gap_SetAdvertisingData(NULL,NULL);
Regards