DerekGn / WinBle

A set of C++ classes to abstract the win32 api calls required to enumerate and interact with ble devices on windows
MIT License
46 stars 17 forks source link

Typo! #8

Closed ricsydothu closed 3 years ago

ricsydothu commented 3 years ago

https://github.com/DerekGn/WinBle/blob/89cb0da21a51b5bfd79b821c16962b27d1c061fb/src/WinBleLib/BleDeviceInfo.cpp#L30

right hand side shoud be name, not _name

DerekGn commented 3 years ago

This is fixed. Thanks