go-ble / ble

Bluetooth Low Energy for Linux / macOS
BSD 3-Clause "New" or "Revised" License
298 stars 107 forks source link

Client.Name() always returns "" on Linux #70

Open ecc1 opened 4 years ago

ecc1 commented 4 years ago

After doing a successful Dial, the client.Name() method always returns "", even though the peripheral is advertising a name. As far as I can see, the name field in the Client struct is never set.