ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

BLE_GattServer_AddService: correct _heartrate_value size #374

Closed paul-szczepanek-arm closed 3 years ago

paul-szczepanek-arm commented 3 years ago

Rebased: https://github.com/ARMmbed/mbed-os-example-ble/pull/372

"hrmCounter is uint16_t in connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h

I also updated values range to match ST BLE Profile application"

paul-szczepanek-arm commented 3 years ago

This is ready to come in after the tracing is merged - hence the extra commits visible.