Hello,
im using the beacon example and i am trying to change the ADV PDU from
ADV_NONCONN_IND
to
ADV_IND
How can i do it?
Hello,
im using the beacon example and i am trying to change the ADV PDU from
ADV_NONCONN_IND
to
ADV_IND
How can i do it?
Hi,
If you use SDK_15.3.0 and S132 SoftDevice v6.1.1, please see this post.
S132 SoftDevice v6.1.1: GAP Advertising types
-Amanda H.
Im using SDK 15.3.0 and S140 SoftDevice
nRf52840 DK
Use the variables defined in the S140 SoftDevice v6.1.1: GAP Advertising types
-Amanda H.
Yes i did already, but it is not working. After i changed the varibale from
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED
to
BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED
the DK stops advertising
Sorry, It is my mistake. I should say early that the post shows the code to modify, but you should use the corresponded variable you need.
It is good to know you achieved that.
-Amanda H.