manekinekko / angular-web-bluetooth

The missing Web Bluetooth module for Angular
https://manekinekko.github.io/angular-web-bluetooth/
MIT License
196 stars 59 forks source link

Add a disconnect method #50

Closed manekinekko closed 5 years ago

manekinekko commented 6 years ago

Add a disconnect method to the core service so we can disconnect from the GATT server.

File: https://github.com/manekinekko/angular-web-bluetooth/blob/master/projects/angular-web-bluetooth/src/lib/bluetooth.service.ts

thanhpd commented 6 years ago

Can I take a look at this one? Assuming the web bluetooth spec is not too hard, I think I can do it.

manekinekko commented 6 years ago

Sure thing. Thank you.

sajeetharan commented 6 years ago

Is this already implemented? 👍

manekinekko commented 6 years ago

PR still open https://github.com/manekinekko/angular-web-bluetooth/pull/55. I need to give it a shot.

manekinekko commented 5 years ago

fixed in https://github.com/manekinekko/angular-web-bluetooth/pull/55