Stop Auto-Reconnect #119
-
Hi, I'm new to ESP32 and Bluetooth coding in general, so forgive me if this is a silly question. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I suggest to have a look at the API documentation. In the start method you can switch the autoreconnect off... https://pschatzmann.github.io/ESP32-A2DP/html/class_bluetooth_a2_d_p_sink.html |
Beta Was this translation helpful? Give feedback.
-
Each device has a Bluetooth device address (search for esp_bd_addr_t). You could try to play around with the methods documented in https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_gap_bt.html The esp_bt_gap_remove_bond_device() is maybe helpful... |
Beta Was this translation helpful? Give feedback.
I suggest to have a look at the API documentation. In the start method you can switch the autoreconnect off...
https://pschatzmann.github.io/ESP32-A2DP/html/class_bluetooth_a2_d_p_sink.html