paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.13k stars 284 forks source link

Running gatt peripheral. If central's bluetooth is switched off, it is never disconnected #66

Closed roeyaus closed 8 years ago

roeyaus commented 8 years ago

hi, I'm running a gatt peripheral based on Paypal/gatt.

I connect to it using LightBlue on iOS. If I then proceed to turn off Bluetooth radio on iOS, the client is never disconnected.

Since it is impossible to have more than one connection simultanously to a peripheral, I am essentially locked out forever. Any advice??

Thanks