Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
LinkLossService Class Reference
This service defines behavior when a link is lost between two devices. More...
#include <LinkLossService.h>
Public Member Functions | |
LinkLossService (BLEDevice &bleIn, callback_t callbackIn, AlertLevel_t levelIn=NO_ALERT) | |
void | setCallback (callback_t newCallback) |
Update the callback. | |
void | setAlertLevel (AlertLevel_t newLevel) |
Update Alertness Level. |
Detailed Description
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
Definition at line 28 of file LinkLossService.h.
Constructor & Destructor Documentation
LinkLossService | ( | BLEDevice & | bleIn, |
callback_t | callbackIn, | ||
AlertLevel_t | levelIn = NO_ALERT |
||
) |
- Parameters:
-
ref] ble BLEDevice object for the underlying controller.
Definition at line 42 of file LinkLossService.h.
Member Function Documentation
void setAlertLevel | ( | AlertLevel_t | newLevel ) |
Update Alertness Level.
Definition at line 72 of file LinkLossService.h.
void setCallback | ( | callback_t | newCallback ) |
Update the callback.
Definition at line 65 of file LinkLossService.h.
Generated on Tue Jul 12 2022 18:47:13 by
