Search found 1 match
- Thu Nov 24, 2016 10:34 am
- Forum: ESP-IDF
- Topic: BLE Advertising multiple packets
- Replies: 1
- Views: 5862
BLE Advertising multiple packets
I tried https://github.com/espressif/esp-idf/tree/master/examples/05_ble_adv, it's working well but my requirements is to switch between two advertising packets, 76.25ms each, one for OS Beacon and another for App specific, so the time between OS adv will be 152.5ms (which is standard interval). Cal...