This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

What BLE services should my custom peripheral support?

 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?