We are planning to create some new BLE peripheral devices that expose sensor measurements via BLE. Where it makes sense, we wish to implement services already defined by bluetooth.org to expose our data. So if a standard service exists for reporting a temperature measurement, we will have our device advertise that service. Unfortunately, it is rather difficult to glean a complete list of predefined services sanctioned by bluetooth.org(with uuids) that maps to our requirements. Where can I find a complete list of bluetooth.org sanctioned primary BLE services?
↧