Agamnentzar / bluetooth-serial-port

multi-platform bluetooth serial port library for C++
Other
89 stars 27 forks source link

Index device list with standardized address. #11

Closed TobiSchluter closed 4 years ago

TobiSchluter commented 4 years ago

The BT address can be formatted several ways (uppercase vs lowercase, mac BT inquiry returns aa-bb-cc... instead of the common aa:bb:cc), so standardize the format before looking for devices in the dictionary.

Agamnentzar commented 4 years ago

It's not my code and I'm not familiar with Objective-C, so I'll trust you on this one :)