MonoTouch and CoreBluetooth Low Energy Required?
Posted
by
user856232
on Stack Overflow
See other posts from Stack Overflow
or by user856232
Published on 2012-09-14T15:35:48Z
Indexed on
2012/09/14
15:37 UTC
Read the original article
Hit count: 546
We are making MFi hardware and an iOS app. We will want to have the BT device notify our app even if we are not running periodically when certain events happen.
I know the CoreBluetooth API is the one to use, but can't tell for sure if that API only works with BT Low Energy devices or if it will also work with regular (MFi of course) BT 2.1 and higher devices.
So my question is: Does the CoreBluetooth API only work with Bluetooth Low Energy devices or will it also work with 2.1 devices?
© Stack Overflow or respective owner