Connectable vs. nonconnectable Advertisements.

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

cross mob
Anonymous
Not applicable

Dear WICED BLE Forum,

According to "Bluetooth Low Energy: The Developer's Handbook", page 81, there are seven types of advertising packets:

ADV_IND, ADV_DIRECT_IND, ADV_NONCONN_IND, ADV_SCAN_IND, SCAN_REQ, SCAN_RSP, CONNECT_REQ.

How may I generate ADV_NONCONN_IND or ADV_SCAN_IND in my WICED-Smart application?  In particular I would

like to advertise/broadcast dynamic information at a low data rate while I am connected to a central device. 

--Blake.

0 Likes
1 Solution
Anonymous
Not applicable

Hello Blake,

We have several Apps in our SDK 2.1 that show the types of Advertising Packets:

Hello_Sensor is a Connectable Advertisement as you might have guessed.  It can also send Notifications and Indications from the Peripheral.

We also have a my_beacon app that uses a Non-connectable undirected advertisement.

We have an ibeacon_device with hard-coded UUID, Major/Minor Numbers and Xmit Power and you can easily advertise as a beacon and be in a connection with a Central to send dynamic data as you would with hello_sensor.c App.

But hello_sensor is a great place to start.

Hope this helps

JT

View solution in original post

4 Replies