As long as I know an iOS device can communicate with BT device if BT device is MFI compliant. But some of my friends says apple no-longer support BT devices after the introduction of BLE devices. What my understanding is an iOS device can communicate with BT device using External Accessory Framework if BT device is MFI compliant? Searched a lot and couldn't find any useful documentation from apple. Any help is greatly appreciated
Can iOS device communicate with BT device?
448 Views Asked by Ab'initio At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in IPHONE
- UIWebView Screen Fitting Issue
- ios responsive design not working (too wide in portrait orientation)
- Setting View orientation to portrait is ignored
- How do I add custom cells to TableView in Swift?
- UIWebView not loading URL in simulator
- What is the limit for number of subscribers to a stream(publisher's) in opentok/tokbox iOS SDK?
- How to generate request format for WCF web service method for Mac and iPhone
- Difference between gethostname() and [NSProcessInfo hostName]?
- How to force close ipad/iphone keypad when input element is not focused using JS?
- iOS app rejected because of in-app purchase
- iOS coordinates for iPad and iPhone game using spritekit
- What is the best practice when making a storyboard for iPhone and iPad?
- Labels properties changing in Xcode
- Terminating app due to uncaught exception
- Exchange plist data between 2 iPad using iCloud
Related Questions in BLUETOOTH
- Bluetooth connection to Sphero is lost when smartphone "goes to sleep"
- MFi Program by Apple
- Android Wear Device as iBeacon
- android - How to get a iBecon detection state when I kill app from Background?
- IOException: broken pipe when sending file from android device to PC via Bluetooth
- How deploy an large number iBeacons
- Send a Android BLE GATT Notification
- burst notifications with Bluetooth Low Energy on Android
- Is there a way to change bluetooth module's baud rate via Bluetooth connection with Android device?
- NFC Bluetooth handover - WITHOUT user confirmation
- Is it possible to create an app that when installed the user can easily turn Bluetooth/NFC ON and OFF by double clicking the Home button?
- Difference between attributes and services in BLE
- Global name 'bluetooth' is not defined
- iOS Bluetooth list of devices already connected?
- Bluetooth discovery not starting on first click
Related Questions in EXTERNAL-ACCESSORY
- MFi Program by Apple
- is there any way to control usb cam from iOS device?
- What's the exact difference b\w homekit & external accessory framework?
- Can I connect single MFI accessory with two apps at a time
- iOS External Accessories Framework with Bluetooth High-BT Using MFI
- iPad Air - CoreBluetooth[ERROR] Cancelling picker as we couldn't communicate with Bluetooth
- Apple MFI for InHouse distribution
- How to list out all MFI devies into the iOS app?
- create a DEMO External Accessory application for IOS
- is it possible to connect bluetooth device, without pairing them in iOS?
- Xamarin iOS External Accessory: check whether hands free device (car) is available
- External Accessory unknown when plugged in since boot
- External Accessory Framework of iOS to detect other iPhone or iMac
- External accessory framework test hardware
- how to find Bluetooth audio devices in iOS
Related Questions in IOBLUETOOTH
- Simulating HID on OSX : IOBluetooth or CoreBluetooth?
- Check what kind of content represent received bytes
- How to get the status of bluetooth (ON/OFF) in iphone programmatically
- How to turn off bluetooth device and sound device in Cocoa?
- IOBluetooth Synchronous Reads
- Xcode build failure "Undefined symbols for architecture x86_64"
- How to make an async listener do blocking?
- IOBluetooth is returning no characteristics for some services
- Whether ibeacon and sensortag are same?
- IObluetooth mac os doesn't sending commands to device. (swift, vapor, bluetooth, serialport)
- Mac-to-bluetooth device file transfer, simple example?
- OSX Bluetooth LE Peripheral transfer rates are slow
- IOBluetooth register for channel open notification not firing when channel is opened
- Encoding and Decoding Strings using UnsafeMutablePointer in Swift
- IOBluetoothDevice register doesn't work with forConnectNotifications
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can connect to Bluetooth Low Energy (BLE) aka Bluetooth Smart or Bluetooth 4.0 devices using the Core Bluetooth framework. BLE devices are specifically excluded from the MFI program.
Bluetooth 2.1 devices are covered by the external accessory framework and require membership of the MFI program in order for the device to be certified by Apple.
There are a couple of exceptions to this - some standard profiles such as headset, hands free, audio streaming and keyboards are supported without the device bing MFI certified, but you don't interact with these devices at the Bluetooth level - audio devices are managed through the AV framework and keyboards just send their input to text controls in the same way as the onscreen keyboard