end() forgets the last connected device after restarting #794
-
Problem Descriptionit should be remember the last connected device, unlike disconnect() which intentionally forgets it. can you make it non forgettable for restart or is there any workaround for this? Device DescriptionMH-ET Live D1 Mini ESP32 (Wemos D1 Mini ESP32 clone) Sketchhttps://github.com/makmal0962/ESP32_BT_Audio/Other Steps to ReproduceNo response Provide your Version of the EP32 Arduino Core (or the IDF Version)PlatformIO: platform = espressif32@6.12.0 I have checked existing issues, discussions and online documentation (incl. the Wiki)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I am afraid, I don't quite understand: what do you want to achieve ? |
Beta Was this translation helpful? Give feedback.
-
|
when i called a2dp_sink.end(false) and call a2dp_sink.start(device_name) again after that, it forgets the previously connected device. what i want to achieve is: reconnect host after restarting again. |
Beta Was this translation helpful? Give feedback.
when i called a2dp_sink.end(false) and call a2dp_sink.start(device_name) again after that, it forgets the previously connected device. what i want to achieve is: reconnect host after restarting again.