From 29f8074fcb844cf9668a5bf071e9cffa47299c99 Mon Sep 17 00:00:00 2001 From: JF Date: Thu, 29 Oct 2020 16:06:01 +0100 Subject: Refactoring of BLE service discovery : it is now implemented into the classes of the services. --- src/components/ble/BleClient.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/components/ble/BleClient.h (limited to 'src/components/ble/BleClient.h') diff --git a/src/components/ble/BleClient.h b/src/components/ble/BleClient.h new file mode 100644 index 00000000..559f6c8d --- /dev/null +++ b/src/components/ble/BleClient.h @@ -0,0 +1,12 @@ +#pragma once + +#include + +namespace Pinetime { + namespace Controllers{ + class BleClient { + public: + virtual void Discover(uint16_t connectionHandle, std::function lambda) = 0; + }; + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2