From 42d440b3ce659587cae79df7159b3b4eaa1433b6 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Thu, 18 Jun 2015 19:06:30 +0100 Subject: [PATCH] minor cosmetic move of APIs within Gap.h --- public/Gap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/Gap.h b/public/Gap.h index 71c4dfd..4f9784d 100644 --- a/public/Gap.h +++ b/public/Gap.h @@ -369,6 +369,9 @@ public: */ virtual void getPermittedTxPowerValues(const int8_t **, size_t *) = 0; +public: + virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) = 0; + /* * APIs with non-virtual implementations. */ @@ -751,8 +754,6 @@ public: /* Event callback handlers */ public: - virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) = 0; - /** * Setup a callback for timeout events. Refer to TimeoutSource_t for * possible event types.