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
Diff: hw/BLEDevice.h
- Revision:
- 34:da2ea8cd6216
- Parent:
- 31:2c94f0501807
- Child:
- 35:f3b0c1192cf7
diff -r 6d51a2c69442 -r da2ea8cd6216 hw/BLEDevice.h
--- a/hw/BLEDevice.h Thu Apr 03 01:45:33 2014 +0100
+++ b/hw/BLEDevice.h Wed May 21 15:01:14 2014 +0100
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
+
#ifndef __BLE_DEVICE_H__
#define __BLE_DEVICE_H__
@@ -31,11 +31,11 @@
/**************************************************************************/
class BLEDevice
{
- public:
- virtual Gap& getGap() = 0;
- virtual GattServer& getGattServer() = 0;
- virtual ble_error_t init() = 0;
- virtual ble_error_t reset(void) = 0;
+public:
+ virtual Gap& getGap() = 0;
+ virtual GattServer& getGattServer() = 0;
+ virtual ble_error_t init() = 0;
+ virtual ble_error_t reset(void) = 0;
};
-#endif
+#endif // ifndef __BLE_DEVICE_H__
