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:
parent
b4a8229db6
commit
8d7b5ebd7a
17 changed files with 29 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue