Philip Ackermann

Results 3 issues of Philip Ackermann

## Summary Currently it is not possible to upload a user profile image.

enhancement

Added an implementation for disconnect() method, see issue #14.

The `disconnect()` method in `Central` is just calling the given callback. It is not disconnecting the connected peripherals. ``` Central.prototype.disconnect = function(callback) { callback(); }; ``` Therefore when I call...