diff --git a/features/FEATURE_BLE/ble/Gap.h b/features/FEATURE_BLE/ble/Gap.h index ed10937347..34d8685a53 100644 --- a/features/FEATURE_BLE/ble/Gap.h +++ b/features/FEATURE_BLE/ble/Gap.h @@ -2455,13 +2455,6 @@ protected: */ DisconnectionEventCallbackChain_t disconnectionCallChain; - /** - * Register a callback handling connection events to be used internally and serviced first. - * - * @param[in] callback Event handler being registered. - */ - virtual void onConnectionPrivate(ConnectionEventCallback_t callback) { } - private: /** * Callchain containing all registered callback handlers for shutdown