[tvOS] Unpairing of BLE devices impossible

Hello everyone,


I am developing an app which connects to a BLE accessory. It uses unauthenticated pairing with bonding. On first connect I got the pairing request and I paired both devices. Everything worked well until I had to update the software on the accessory.

Once this happens all pairing and bonding information are removed on the accessory. However tvOS still has the old bonding data and tries to connect with those. Normally on iOS or macOS device you can "forget" the device in the Bluetooth settings.

However I didn't find this possibility in tvOS.


Am I missing something or is there actually no way to delete bonding information on tvOS? This would be a huge drawback compared to all other platforms.


Thanks for any help.