Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an alternative to CoreBluetooth for OSX

Just checking to see if anyone has seen an alternative to using CoreBluetooth for bluetooth classic and bluetooth LE connections

like image 295
BlindingDawn Avatar asked Feb 14 '13 03:02

BlindingDawn


1 Answers

CoreBluetooth.framework only works for Bluetooth Low-Energy. ExternalAccessory.framework (iOS), and its pendants in Mac OSX which is IOBluetooth ( I think that's the one) are for classic Bluetooth. Since they are two different way of thinking and working, you can't use one to communicate with the other king of Bluetooth. You have to understand Bluetooth Low-Energy as a fork from classical Bluetooth.

like image 156
Larme Avatar answered Oct 11 '22 15:10

Larme