Hi,
I am trying to update the GAP Role (Peripheral) configuration for the Advertising Channel Map.
By default, it is selecting all the three advertising channel map i.e. Channel 37, 38, 39.
I am trying to select only one of the three advertising channel by using the below code in the function GAPRole_Init():
gapRole_AdvChanMap = GAP_ADVCHAN_37;
But still, I am observing that the advertising packets are also transmitted on the advertising channel 38 and 39.
Am I missing any configuration regarding the same or is there any other issue ?