Core-Bluetooth-Transfer-Demo icon indicating copy to clipboard operation
Core-Bluetooth-Transfer-Demo copied to clipboard

Example of how to transfer data from one iOS device to another using BTLE and Core Bluetooth. This is basically just a translation of Apple's sample code into Swift.

trafficstars

Core Bluetooth Central/Peripheral Demo

Simple tab based application to demo how to use BTLE for data transfer in Swift. This project is a direct translation of the Objective-C based example by Apple. (link below)

https://developer.apple.com/library/ios/samplecode/BTLE_Transfer/Introduction/Intro.html