* A big step for GATT scanning. Bluepy has been deprecated, now the GATT scanning function is based on several bt packages written by myself. More exception handling, and parsed error codes.
* Added auto-reconnect feature for GATT scan, improving the success rate. Solved the disconnection problem caused by insufficient permissions
* Removed include descriptor option and always enable it. This is thanks to the new bt package performance improvement.
* Supported for handling ACL continuing fragments.
* Used the new python package distribution method.