How to send ADV_NONCONN_IND with bleapp_set_cfg()

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

If using bleapp_set_cfg(), and never calling blecm_startAdv(), how can I send non-connectable packets (type ADV_NONCONN_IND)?

1 Solution

Unfortunately if you need to use non connectable advertisements you need to use blecm API.  The bleprofile level above which uses application configuration only allows for connectable undirected or directed advertisements.

View solution in original post

4 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

You may want to read this thread Connectable vs. nonconnectable Advertisements.

0 Likes
Anonymous
Not applicable

I've read that thread.  I don't see how it answers my question.

0 Likes

Unfortunately if you need to use non connectable advertisements you need to use blecm API.  The bleprofile level above which uses application configuration only allows for connectable undirected or directed advertisements.

Anonymous
Not applicable

Thanks for the answer.

0 Likes