Skip to content

Commit

Permalink
Merge pull request #126 from iriark01/patch-9
Browse files Browse the repository at this point in the history
Edit
  • Loading branch information
rgrover committed Dec 2, 2015
2 parents d45033b + 467eb2e commit f0c1526
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ble/services/LinkLossService.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

/**
* @class LinkLossService
* @brief This service defines behavior when a link is lost between two devices. <br>
* Service: https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml <br>
* Alertness Level Char: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.alert_level.xml <br>
* @brief This service defines behavior when a link is lost between two devices.
* Service: https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml
* Alertness Level Char: https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.alert_level.xml
*/
class LinkLossService {
public:
Expand Down Expand Up @@ -67,15 +67,15 @@ class LinkLossService {
}

/**
* Update Alertness Level.
* Update alertness level.
*/
void setAlertLevel(AlertLevel_t newLevel) {
alertLevel = newLevel;
}

protected:
/**
* This callback allows receiving updates to the AlertLevel Characteristic.
* This callback allows receiving updates to the AlertLevel characteristic.
*
* @param[in] params
* Information about the characterisitc being updated.
Expand Down

0 comments on commit f0c1526

Please sign in to comment.