An open API service indexing awesome lists of open source software.

https://github.com/nordicsemiconductor/ios-corebluetooth-mock-example

Sample app demonstrating migration to CoreBluetoothMock framework.
https://github.com/nordicsemiconductor/ios-corebluetooth-mock-example

bluetooth-low-energy corebluetooth mock

Last synced: over 1 year ago
JSON representation

Sample app demonstrating migration to CoreBluetoothMock framework.

Awesome Lists containing this project

README

          

# Core Bluetooth Mock migration example

Sample iOS application demonstrating migration from native
[CoreBluetooth](https://developer.apple.com/documentation/corebluetooth) to
[CoreBluetooth Mock](https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock/) library.

> **Note**
> The documentation of the library is available [here](https://nordicsemiconductor.github.io/IOS-CoreBluetooth-Mock/documentation/corebluetoothmock).

## 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](images/scanner.png) ![Device found](images/scanner_blinky.png) ![Connection](images/connection.png)

## Migration

[Pull Request #1](https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock-Example/pull/1) applies all necessary changes for the app to work on a Simulator.

## License

BSD 3-Clause License