paypal / gatt

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

Auto reconnect #101

Open arsoba opened 6 years ago

arsoba commented 6 years ago

Hi! I'm trying to reconnect to BLE device after disconnected, but it doesn't work. Did anybody do this before?

arsoba commented 6 years ago

@roylee17 could you help me?

roylee17 commented 6 years ago

Hello,

I'd recommend you to give this repo a shot. It's maintained by community, and people there may help if you still ran into problem (though you might want to share more context/code/...).

https://github.com/go-ble/ble

sleeping-barber commented 5 years ago

@roylee17 does this mean gatt is inactive?

asanfilov commented 5 years ago

@arsoba if this helps: I implemented reconnect with C# in UWP app.