get link security no longer needed in generic

pull/6188/head
paul-szczepanek-arm 2018-01-19 17:57:55 +00:00
parent f18af9f54d
commit 467b36eaaf
1 changed files with 0 additions and 9 deletions

View File

@ -309,15 +309,6 @@ public:
return BLE_ERROR_NOT_IMPLEMENTED;
}
virtual ble_error_t getLinkSecurity(
connection_handle_t connection,
SecurityMode_t *securityMode
) {
*securityMode = SECURITY_MODE_ENCRYPTION_OPEN_LINK;
return BLE_ERROR_NONE;
}
virtual ble_error_t setKeypressNotification(bool enabled = true) {
authentication.set_keypress_notification(enabled);
return BLE_ERROR_NONE;