minor cosmetic move of APIs within Gap.h
This commit is contained in:
parent
61eae6c03a
commit
42d440b3ce
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue