Hi all,
I am try to test light switch server example in mesh SDK (v3.2.0) with nRF5 SDKs(v15.3.0).
Using Coded PHY(125kbps) as this post or standard PHY (1Mbps) seperately can both work well in light switch server.
In scanner.c, scanner_config_reset() can use scanner_config_radio_mode_set() to set radio mod.
It can only support one mode and it can't set multiple modes such as (RADIO_MODE_NRF_62K5BIT | ADIO_MODE_BLE_1MBIT)
Can the scanner to scan two PHY(1Mbps and 125kbps) at the same time?
How to do it ?
Thanks !