Hi Nordic,
There is a question about the default setting for Advertising PHY type. if there is no config value setting like case (PHY_1M ) . (all memory already set to 0 ).
Hi Nordic,
There is a question about the default setting for Advertising PHY type. if there is no config value setting like case (PHY_1M ) . (all memory already set to 0 ).
If there's no config set the default is 1mbps PHY without adv extensions.
Thanks for reply , and I would like to know what is the different between 1mbps and AUTO PHY?
Auto PHY means that you support all PHY's that the device can support. Whenever your application or a peer device requests a PHY change the SoftDevice will change to the requested PHY.
If you configure your application to only support 1mbps then you won't be able to change PHY.
Auto PHY means that you support all PHY's that the device can support. Whenever your application or a peer device requests a PHY change the SoftDevice will change to the requested PHY.
If you configure your application to only support 1mbps then you won't be able to change PHY.