eikoyoneki / haggle

Automatically exported from code.google.com/p/haggle
Apache License 2.0
0 stars 0 forks source link

Bluetooth API deprecated in Mac OS X 10.6 (Snow Leopard) #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Many functions in the Mac OS X Bluetooth API that we use in Haggle are
deprecated in Snow Leopard, causing lots of compiler warnings.

We should take the opportunity to investigate whether there are
improvements in the API that would make Bluetooth work better under Mac OS
X, ideally while maintaining compatibility with older versions of the OS.
Improving the implementation and using newer APIs would remove the warnings
and hopefully improve Bluetooth functionality.

Original issue reported on code.google.com by erik.nor...@gmail.com on 2 Sep 2009 at 2:27