Smartphone-Companions / ESP32-ANCS-Notifications

Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE ANCS mobile device notifications.
GNU General Public License v3.0
143 stars 24 forks source link

Handle reconnection when Bluetooth is disabled #1

Closed jhud closed 4 years ago

jhud commented 4 years ago

The library should start advertising again if the Bluetooth drops out.

Petros144 commented 4 years ago

Hi Jhud!

Thank you for the great implementation of ANCS! I played a bit with it and if i disable BT on my iPhone and enable it again, it wont reconnect automaticly.

is there a solution for this problem?

jhud commented 4 years ago

Hi Jhud!

Thank you for the great implementation of ANCS! I played a bit with it and if i disable BT on my iPhone and enable it again, it wont reconnect automaticly.

is there a solution for this problem?

Hi, Petros, thanks! That's what this bug is about... I'm going to look at any and all reconnection issues soon.