PureSwift / GATT

Bluetooth Generic Attribute Profile (GATT) for Swift (Supports Linux)
MIT License
63 stars 18 forks source link

Implementing glucose services, need help #30

Closed frameworker2019 closed 1 year ago

frameworker2019 commented 2 years ago

I want to implement BLE stuff regarding blood sugar measurement and found this project. Is there any chance to get general starter information regarding how to implement a simple read workflow of an characteristic: connect device, peripheral service discover, manage notify values, read and write characteristic data?

I took already a look at https://github.com/MillerTechnologyPeru/SmartLock, but honestly, it's not very helpful to get started.

Any help appreciated!