Page 1 of 1

BLE Advertising multiple packets

Posted: Thu Nov 24, 2016 10:34 am
by anusoft
I tried https://github.com/espressif/esp-idf/tr ... 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).

Calling API_vhci_host_send_packet every 76.25ms seem impossible, so my question is can I set HCI_BLE_WRITE_ADV_PARAMS/HCI_BLE_WRITE_ADV_DATA twice for each adv packet?

I cannot find details on BLE HCI for ESP32 chip, please advise me where to find all support command for this device.

Thank you.

Re: BLE Advertising multiple packets

Posted: Thu Nov 24, 2016 11:25 pm
by WiFive
Big ble update should be coming next week, so check back.