Skip to content

NordicSemiconductor/IOS-CoreBluetooth-Mock-Example

Repository files navigation

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