The "Intermediate Temperature" characteristic is not coded in the ble_hts.c file.
How could I do to implement this characteristic and maintain the compliance with Nordic Semiconductor ASA’s Bluetooth profile qualification listings ?
The "Intermediate Temperature" characteristic is not coded in the ble_hts.c file.
How could I do to implement this characteristic and maintain the compliance with Nordic Semiconductor ASA’s Bluetooth profile qualification listings ?
Adding support for a new characteristic will trigger a new qualification cycle. If the qualification was fairly recent or there were no changes to the test spec you could probably re-use the previous test logs for it, but at least anything related to the new characteristic would require a new test log.
Hi! Have you implemented the intermediate temperature characteristic in the ble_hts?