What are the other options for the adv type in blecm_startAdv (Ex: HCIULP_ADV_NONCONNECTABLE_EVENT = 0x03)?

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

cross mob
Anonymous
Not applicable

Hi j.t

Per the discussion you led here: blecm_startAdv() not work correctly when advInterval<160

What are the other options for the adv type in blecm_startAdv (Ex: HCIULP_ADV_NONCONNECTABLE_EVENT = 0x03)? And specs associated with the corresponding options?

Thanks in advance for your help.

0 Likes
1 Solution
Anonymous
Not applicable

From the BT Spec Sheet

adv_type.PNG

You can find all the specs for these advertising types in the spec sheet, I also posted some in the other post you linked

Re: blecm_startAdv() not work correctly when advInterval<160

View solution in original post

0 Likes
4 Replies
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

sambhav

The parameters for advertisement type are listed below:

#define HCIULP_ADV_CONNECTABLE_UNDIRECT_EVENT       0x00

#define HCIULP_ADV_CONNECTABLE_DIRECT_EVENT            0x01

#define HCIULP_ADV_DISCOVERABLE_EVENT                          0x02

#define HCIULP_ADV_NONCONNECTABLE_EVENT                   0x03

Jacob

0 Likes
Anonymous
Not applicable

From the BT Spec Sheet

adv_type.PNG

You can find all the specs for these advertising types in the spec sheet, I also posted some in the other post you linked

Re: blecm_startAdv() not work correctly when advInterval<160

0 Likes
Anonymous
Not applicable

sambhav is this helpful?

0 Likes
Anonymous
Not applicable

kwang, this is definitely helpful! Thanks a ton!

0 Likes