Hi,
I use SDK15.3
There's no such define in "ble_gap.h"
Is this define "BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED" only S140?
Because 52811 use S112
How to solve this problem?
Thanks
Hi,
I use SDK15.3
There's no such define in "ble_gap.h"
Is this define "BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED" only S140?
Because 52811 use S112
How to solve this problem?
Thanks
Hi
The reason long-range (Coded PHY) is not supported on SoftDevices S112 and S113 is mainly that Coded PHY depends on data length extensions, which in and of itself is a rather large feature taking up a lot of space. Secondarily, Coded PHY is not a very widely used feature, partly because it has limited support on the phone side as of yet (only the newest flagship models are actually supporting this as of yet).
If you take a look at the nRF52811 compatibility matrix, you can see that it does support SoftDevice S140, which is the SoftDevice you'll have to use in order to use the Coded PHY feature.
Best regards,
Simon
Hi
The reason long-range (Coded PHY) is not supported on SoftDevices S112 and S113 is mainly that Coded PHY depends on data length extensions, which in and of itself is a rather large feature taking up a lot of space. Secondarily, Coded PHY is not a very widely used feature, partly because it has limited support on the phone side as of yet (only the newest flagship models are actually supporting this as of yet).
If you take a look at the nRF52811 compatibility matrix, you can see that it does support SoftDevice S140, which is the SoftDevice you'll have to use in order to use the Coded PHY feature.
Best regards,
Simon
Thank you for your reply,
I thought "S140" only supports 52840...
I have a question
I don’t know how much code need to be changed to make S140 support 52811?
Thank you