Search found 1 match
- Mon May 06, 2019 11:20 am
- Forum: ESP-IDF
- Topic: Can't restart BLE scan after esp_bt_controller_disable()
- Replies: 2
- Views: 5137
Can't restart BLE scan after esp_bt_controller_disable()
I cant seem to restart a Ble scan after disabling the bluetooth peripheral and enabling it again. The first trial before the disabling will work well but after disabling and re-enabling it, it will not. #include <stdio.h> #include <stdint.h> #include <string.h> #include "esp_bt.h" #include "nvs_flas...