Hi,
Thank you for your answer. I changed my gAdvParams definition to the following:
gapAdvertisingParameters_t gAdvParams = {
/* minInterval */ gGapAdvertisingIntervalDefault_c,
/* maxInterval */ gGapAdvertisingIntervalDefault_c,
/* advertisingType */ gAdvConnectableUndirected_c,
/* addressType */ gBleAddrTypePublic_c,
/* directedAddressType */ gBleAddrTypePublic_c,
/* directedAddress */ {0, 0, 0, 0, 0, 0},
/* channelMap */ (gapAdvertisingChannelMapFlags_t) (gGapAdvertisingChannelMapDefault_c),
/* filterPolicy */ gProcessAll_c
};
I used the same definition as the adv_ext_central demo. Still running into the same issue.
Something worth mentioning, my code for advertising has adv_ext_central demo as a baseline (for some reason). I want to know if this can be a problem.
P.S: I have no issue running my code using the adv_ext_peripheral demo.
Have a great day!
Cheers