/IOS-CoreBluetooth-Mock-Example

Sample app demonstrating migration to CoreBluetoothMock framework.

Primary LanguageSwiftBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Core Bluetooth Mock migration example

Sample iOS application demonstrating migration from native CoreBluetooth to CoreBluetooth Mock library.

Note The documentation of the library is available here.

Application

The application has the following features:

  • Scanning for Bluetooth Low Energy devices,
  • Connecting and discovering services,
  • Basic GATT operations (read, write, show value changes).

Scanner Device found Connection

Migration

Pull Request #1 applies all necessary changes for the app to work on a Simulator.

License

BSD 3-Clause License