Search code examples
iosios-bluetooth

iOS: Bluetooth Sharing


I see there is a "Bluetooth Sharing" section under iOS 7/8's Privacy settings:Bluetooth Sharing

I have a couple questions about this:

  1. What framework is used to access this?
  2. Is this iOS to iOS device only, or can it be iOS to Android, or iOS to some other peripheral?
  3. Is there anything else required, other than that framework, such as GameCenter or HomeKit; to implement the framework from Question 1?
  4. Would use of it require a Private API?

Thank you for your time!


Solution

  • Apps that specify one of the two Bluetooth background modes (Central or peripheral) will appear in this list.

    Details on acting as a Bluetooth Low Energy peripheral or central are contained in the Core Bluetooth Programming Guide

    Bluetooth Low Energy can be used between any compatible device, including iOS and Android.