This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Coded advertisiment from another devices not getting?

Dear nordic,

I face an issue in coded phy scanning. I have two device each advertise in coded. one device is nrf another is not from nrf. 

First test:-

scanning(nrf52840) - its get nrf coded phy advertising but other device advertisment not captured.

second test:-

scanning(other vendor device):- both device scanning packet captured

in case of nrf52840 scanning its only captured nrf device advertising.Its totally confusing me. why other device advertisment not getting. i need some help why nrf not capture the advertising

.my setting for scanning is :-

static ble_gap_scan_params_t m_scan_params =
{
.extended = 1,
.active = 1,
.interval = SCAN_INTERVAL,
.window = SCAN_WINDOW,
.timeout = SCAN_DURATION,
.scan_phys = BLE_GAP_PHY_CODED,
.filter_policy = BLE_GAP_SCAN_FP_ACCEPT_ALL,
.channel_mask[4] =0x60,

};

the advertising is only in channel 39 so i mask it i need your help i don't know why the nrf not capturing Advertising.

Addtional details:- 

SDK - 15.0.0

Soft device:- 6.0.0

nrf device:-nrf52840

sample example used for testing:- central and peripheral

Advertising coded packet from other device :- Non-Connectable and Non-Scannable
                                                                         Undirected

i am waiting for your replay. i need a help. 

Parents Reply Children
No Data
Related