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.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: nRF51Gap.h
- Revision:
- 44:47da5c62e067
- Parent:
- 22:c6ee8136847e
- Child:
- 52:120bd37b9d0d
--- a/nRF51Gap.h Fri Jul 11 13:52:58 2014 +0100
+++ b/nRF51Gap.h Fri Jul 11 13:53:30 2014 +0100
@@ -50,6 +50,10 @@
void setConnectionHandle(uint16_t con_handle);
uint16_t getConnectionHandle(void);
+ virtual ble_error_t getPreferredConnectionParams(ConnectionParams_t *params);
+ virtual ble_error_t setPreferredConnectionParams(const ConnectionParams_t *params);
+ virtual ble_error_t updateConnectionParams(Handle_t handle, const ConnectionParams_t *params);
+
private:
uint16_t m_connectionHandle;
nRF51Gap() {
