I want to use the ESP32 to scan/discover both ble devices and bt classic devices around me.
I want my device to be continuously doing scanning and discovery for the devices that are present.
Can the device do both scanning and discovery simultaneously? What is the reccomended way of doing this?
Can I call
Code: Select all
esp_ble_gap_start_scanning(0)
Code: Select all
esp_bt_gap_start_discovery(ESP_BT_INQ_MODE_GENERAL_INQUIRY, 10, 0)
Thanks and regards