Kar
Kar

Reputation: 6365

Could the CoreBluetooth framework be used to connect to non-Apple devices?

Could CoreBluetooth be used to connect a Mac/iPhone to non-Apple devices, e.g., an arbitrary Bluetooth LE device and talk with it? I'm asking because I'm having a hard time connecting my Mac running Yosemite to my BLE module.

Does anyone know of a snippet that does this? I must be missing something simple.

Thanks

Upvotes: 0

Views: 154

Answers (1)

hotpaw2
hotpaw2

Reputation: 70733

Yes. The Core Bluetooth API on an iPhone or Mac that includes built-in BLE hardware can be used to connect to most any standard BLE peripheral that is advertising and that has services and characteristics that follow the BLE standard.

(I've used Core Bluetooth on a MacBook Air and an iPhone to connect to several Arduino BLE devices (including the LightBlue Bean), TI SensorTags, heart monitors, stride sensors, and etc., none of them made by Apple.)

Upvotes: 0

Related Questions