eebenson / haggle

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

Fix Mac OS X Bluetooth support by rewriting it in Objective-C++ #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The C-API for Bluetooth is deprecated in Mac OS X and has limitations. The 
Bluetooth code should be rewritten using the Objective-C API instead. Some 
code, e.g., ProtocolRFCOMMMacOSX.mm is already written in Objective-C++, so 
most work is in ConnectivityLocalMacOSX  and ConnectivityBluetoothMacOSX

Original issue reported on code.google.com by erik.nor...@gmail.com on 30 Sep 2010 at 3:22