Stpn
Stpn

Reputation: 6394

Which BLE service is used in iOS Temperature example app

Hi I am studying the iOS temperature app example and it is not mentioned there, which of BLE services is used there?

List of service: https://developer.bluetooth.org/gatt/Pages/GATT-Specification-Documents.aspx

I suspected it is "Health Thermometer Service" but there is no maxTemperatureCharacteristic in the service.

Upvotes: 0

Views: 508

Answers (1)

Stéphane
Stéphane

Reputation: 6905

It is a custom service (not pre-defined in the standard), with a specific 128-bits UUID defined in LeTemperatureAlarmService.h

Upvotes: 1

Related Questions