Search found 1 match
- Fri Mar 15, 2019 12:04 pm
- Forum: ESP-IDF
- Topic: Bluetooth beacon to send advertising data only once
- Replies: 0
- Views: 2654
Bluetooth beacon to send advertising data only once
Hey, I am currently working on the project which has BLE advertisement beacon and my aims to reduce the power consumption. I have implemented the BLE advertisement which has this parameters. static esp_ble_adv_params_t ble_adv_params = { .adv_int_min = 0x0020, .adv_int_max = 0x0020, .adv_type = ADV_...