Bluetooth: Remove _gatt_ infix for Heart Rate Service (HRS)

The _gatt_ infix was determined to be unnecessary as
GATT is implied by it being a Bluetooth service.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2020-09-04 10:20:51 +02:00 committed by Carles Cufí
commit 8d7b5ebd7a
17 changed files with 29 additions and 29 deletions

View file

@ -9,7 +9,7 @@
/**
* @brief Heart Rate Service (HRS)
* @defgroup bt_gatt_hrs Heart Rate Service (HRS)
* @defgroup bt_hrs Heart Rate Service (HRS)
* @ingroup bluetooth
* @{
*
@ -29,7 +29,7 @@ extern "C" {
*
* @return Zero in case of success and error code in case of error.
*/
int bt_gatt_hrs_notify(uint16_t heartrate);
int bt_hrs_notify(uint16_t heartrate);
#ifdef __cplusplus
}