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.
- Host: GitHub
- URL: https://github.com/nordicsemiconductor/ios-corebluetooth-mock-example
- Owner: NordicSemiconductor
- License: bsd-3-clause
- Created: 2023-03-14T07:10:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:28:07.000Z (over 2 years ago)
- Last Synced: 2025-01-10T07:11:41.108Z (over 1 year ago)
- Topics: bluetooth-low-energy, corebluetooth, mock
- Language: Swift
- Homepage: https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock
- Size: 96.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
  
## 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