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
154 stars 25 forks source link

Device not Found in iOS menu #4

Closed Petros144 closed 4 years ago

Petros144 commented 4 years ago

Hi JHud,

I´ve Tested the latest Version, and there is one major problem:

the ESP wont show up in the iOS Bluetooth menu as Device. With the NRF Connect app I can see it and connect, than it shows up. After Restart, the device is still invisible in the BT menu.

this only happens when you force the Phone to "forget" the device.

The problem was not present in the last version without the Categorys.

jhud commented 4 years ago

Looks like there was some race condition when debugging logging was turned off. I could reproduce it, and it's fixed for me in the latest version.

Petros144 commented 4 years ago

Working now! Thank you!!!